Auto-commit: 2026-01-06 02:18:24

This commit is contained in:
2026-01-06 02:18:24 +00:00
parent 68565d5eb0
commit e940b7bcd5

View File

@@ -37,7 +37,7 @@ in
XCURSOR_SIZE = "16"; XCURSOR_SIZE = "16";
XDG_SESSION_DESKTOP = "Hyprland"; XDG_SESSION_DESKTOP = lib.optionalString cfg.hyprland.enable "Hyprland";
AQ_DRM_DEVICES = "/dev/dri/nvidia-dgpu"; AQ_DRM_DEVICES = lib.optionalString cfg.hyprland.enable "/dev/dri/nvidia-dgpu";
}; };
} }