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";