mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-25 08:03:09 +01:00
Add nvidia options for hyprland to fix cursor
This commit is contained in:
parent
76617cab39
commit
cceb9fb7f2
@ -1,5 +1,5 @@
|
||||
{ pkgs, config, lib, browser,
|
||||
cpuType, wallpaperDir,
|
||||
cpuType, gpuType, wallpaperDir,
|
||||
inputs, ... }:
|
||||
|
||||
let
|
||||
@ -58,6 +58,10 @@ in with lib; {
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE,1
|
||||
'' else ''
|
||||
''}
|
||||
${if gpuType == "nvidia" then ''
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
'' else ''
|
||||
''}
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
workspace_swipe_fingers = 3
|
||||
|
@ -8,6 +8,7 @@
|
||||
swaynotificationcenter rofi-wayland imv transmission-gtk mpv
|
||||
gimp obs-studio blender-hip kdenlive godot_4 rustup audacity
|
||||
font-awesome spotify swayidle vim neovide neovim pavucontrol
|
||||
element-desktop
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
# Import Scripts
|
||||
(import ./../scripts/emopicker9000.nix { inherit pkgs; })
|
||||
|
Loading…
Reference in New Issue
Block a user