mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat(adrastea): bypass amd gpu entirely to vastly increase perf
This commit is contained in:
parent
0901beb175
commit
25acc62820
1 changed files with 4 additions and 0 deletions
|
@ -6,5 +6,9 @@
|
||||||
"HDMI-A-1,2560x1440@144,0x0,1.0"
|
"HDMI-A-1,2560x1440@144,0x0,1.0"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
wayland.windowManager.hyprland.settings.env = [
|
||||||
|
"AQ_DRM_DEVICES,/dev/dri/card1:/dev/dri/card0"
|
||||||
|
];
|
||||||
|
|
||||||
programs.waybar.settings.mainBar.output = "HDMI-A-1";
|
programs.waybar.settings.mainBar.output = "HDMI-A-1";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue