mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-02-04 16:26:46 +05:30
feat(hyprland): use iGPU
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user