DRM DEVICES now in host files

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-02-20 20:53:36 +01:00
parent 081e05c702
commit d2a9fff0d1
2 changed files with 4 additions and 1 deletions

View File

@@ -95,7 +95,6 @@ in {
"WLR_NO_HARDWARE_CURSORS,1" "WLR_NO_HARDWARE_CURSORS,1"
"SDL_VIDEODRIVER,wayland" "SDL_VIDEODRIVER,wayland"
"CLUTTER_BACKEND,wayland" "CLUTTER_BACKEND,wayland"
"AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1" # CHANGEME: Related to the GPU
]; ];
cursor = { cursor = {

View File

@@ -80,6 +80,10 @@
# Import a profile picture, used by the caelestia dashboard # Import a profile picture, used by the caelestia dashboard
file.".face" = {source = ./profile_picture.png;}; file.".face" = {source = ./profile_picture.png;};
sessionVariables = {
AQ_DRM_DEVICES = "/dev/dri/card2:/dev/dri/card1"; # CHANGEME: Related to the GPU
};
# Don't touch this # Don't touch this
stateVersion = "24.05"; stateVersion = "24.05";
}; };