diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index 4ec3f42..ff20894 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -95,7 +95,6 @@ in { "WLR_NO_HARDWARE_CURSORS,1" "SDL_VIDEODRIVER,wayland" "CLUTTER_BACKEND,wayland" - "AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1" # CHANGEME: Related to the GPU ]; cursor = { diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 2cb9d5d..ba1ed18 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -80,6 +80,10 @@ # Import a profile picture, used by the caelestia dashboard 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 stateVersion = "24.05"; };