mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-02-04 08:16:48 +05:30
feat(hyprland): use iGPU
This commit is contained in:
@@ -35,6 +35,10 @@
|
|||||||
spotify = "wezterm start --class wezterm-floating -e spotify_player";
|
spotify = "wezterm start --class wezterm-floating -e spotify_player";
|
||||||
filemanager = "wezterm start --class wezterm-floating -e superfile";
|
filemanager = "wezterm start --class wezterm-floating -e superfile";
|
||||||
in {
|
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
|
#-- Output
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors
|
# See https://wiki.hyprland.org/Configuring/Monitors
|
||||||
monitor = "eDP-1,2560x1440@90,0x0,1";
|
monitor = "eDP-1,2560x1440@90,0x0,1";
|
||||||
|
|||||||
Reference in New Issue
Block a user