mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-25 16:13: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,
|
{ pkgs, config, lib, browser,
|
||||||
cpuType, wallpaperDir,
|
cpuType, gpuType, wallpaperDir,
|
||||||
inputs, ... }:
|
inputs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -58,6 +58,10 @@ in with lib; {
|
|||||||
env = WLR_RENDERER_ALLOW_SOFTWARE,1
|
env = WLR_RENDERER_ALLOW_SOFTWARE,1
|
||||||
'' else ''
|
'' else ''
|
||||||
''}
|
''}
|
||||||
|
${if gpuType == "nvidia" then ''
|
||||||
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
|
'' else ''
|
||||||
|
''}
|
||||||
gestures {
|
gestures {
|
||||||
workspace_swipe = true
|
workspace_swipe = true
|
||||||
workspace_swipe_fingers = 3
|
workspace_swipe_fingers = 3
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
swaynotificationcenter rofi-wayland imv transmission-gtk mpv
|
swaynotificationcenter rofi-wayland imv transmission-gtk mpv
|
||||||
gimp obs-studio blender-hip kdenlive godot_4 rustup audacity
|
gimp obs-studio blender-hip kdenlive godot_4 rustup audacity
|
||||||
font-awesome spotify swayidle vim neovide neovim pavucontrol
|
font-awesome spotify swayidle vim neovide neovim pavucontrol
|
||||||
|
element-desktop
|
||||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||||
# Import Scripts
|
# Import Scripts
|
||||||
(import ./../scripts/emopicker9000.nix { inherit pkgs; })
|
(import ./../scripts/emopicker9000.nix { inherit pkgs; })
|
||||||
|
Loading…
Reference in New Issue
Block a user