Auto-commit: 2026-01-05 19:44:22

This commit is contained in:
2026-01-05 19:44:22 +00:00
parent 14bfd2b18e
commit ed09519f93

View File

@@ -36,7 +36,7 @@ export XCURSOR_SIZE=16
${lib.optionalString nixosConfig.my.desktop.hyprland.enable "export XDG_SESSION_DESKTOP=Hyprland"} ${lib.optionalString nixosConfig.my.desktop.hyprland.enable "export XDG_SESSION_DESKTOP=Hyprland"}
''; '';
xdg.configFile."uwsm/env-hyprland".text = '' xdg.configFile."uwsm/env-hyprland".text = lib.optionalString nixosConfig.my.desktop.hyprland.enable ''
export AQ_DRM_DEVICES=/dev/dri/nvidia-dgpu export AQ_DRM_DEVICES=/dev/dri/nvidia-dgpu
''; '';
} }