mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
Compare commits
No commits in common. "765e467b1a47cc763eb9d6dbb0c991afdb6f8cde" and "0901beb175eb3b44064db487ebe33e7de2e00f9f" have entirely different histories.
765e467b1a
...
0901beb175
2 changed files with 0 additions and 10 deletions
|
@ -6,13 +6,5 @@
|
||||||
"HDMI-A-1,2560x1440@144,0x0,1.0"
|
"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";
|
programs.waybar.settings.mainBar.output = "HDMI-A-1";
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,6 +39,4 @@ pkgs: with pkgs; [
|
||||||
manga-tui
|
manga-tui
|
||||||
|
|
||||||
gcc
|
gcc
|
||||||
|
|
||||||
hledger
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue