From f71dcfb43ca1824cdd28188dc70b39437ac179aa Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 25 Dec 2025 16:54:07 +0530 Subject: [PATCH] feat(hyprland): use iGPU --- modules/home/desktop/hyprland/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 2343feb..3d05bed 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -35,6 +35,10 @@ spotify = "wezterm start --class wezterm-floating -e spotify_player"; filemanager = "wezterm start --class wezterm-floating -e superfile"; in { + # See https://wiki.hyprland.org/Configuring/Multi-GPU + # @TODO: use card by path instead off symlink + env = "AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1"; + #-- Output # See https://wiki.hyprland.org/Configuring/Monitors monitor = "eDP-1,2560x1440@90,0x0,1";