mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
Compare commits
3 commits
0901beb175
...
765e467b1a
Author | SHA1 | Date | |
---|---|---|---|
765e467b1a | |||
c674be8329 | |||
25acc62820 |
2 changed files with 10 additions and 0 deletions
|
@ -6,5 +6,13 @@
|
|||
"HDMI-A-1,2560x1440@144,0x0,1.0"
|
||||
];
|
||||
|
||||
# since we are using this as a "desktop" of sorts, we have no need to save
|
||||
# power by using optimus. poor performance on external display, so we add
|
||||
# this line to force hyprland to use the nvidia GPU only for rendering. can
|
||||
# be removed if only using internal display
|
||||
wayland.windowManager.hyprland.settings.env = [
|
||||
"AQ_DRM_DEVICES,/dev/dri/card1:/dev/dri/card0"
|
||||
];
|
||||
|
||||
programs.waybar.settings.mainBar.output = "HDMI-A-1";
|
||||
}
|
||||
|
|
|
@ -39,4 +39,6 @@ pkgs: with pkgs; [
|
|||
manga-tui
|
||||
|
||||
gcc
|
||||
|
||||
hledger
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue