Auto-commit: 2026-01-05 19:44:22
This commit is contained in:
@@ -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
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user