From ae77ef6e30b3ecc8bd727ef10afc6456c07c907c Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 5 Oct 2025 21:43:08 -0500 Subject: [PATCH] use igpu for hyprland.. --- hosts/snowfire/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/snowfire/home.nix b/hosts/snowfire/home.nix index 19efe2ad..cc420e9d 100644 --- a/hosts/snowfire/home.nix +++ b/hosts/snowfire/home.nix @@ -42,7 +42,7 @@ }; home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable { - AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card1:/dev/dri/card2"; + AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card2:/dev/dri/card1"; }; wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {