switch to a setup for hyprland to go through home-manager

This commit is contained in:
Chris Cochrun 2024-06-20 12:02:00 -05:00
parent d1e3d10947
commit 3567d786b0
3 changed files with 56 additions and 342 deletions

View file

@ -89,6 +89,7 @@ in
wayland.windowManager.hyprland = {
enable = true;
systemd.variables = ["--all"];
settings = {
monitor = [
"eDP-1,2256x1504@60,0x0,1.566667"
@ -100,7 +101,7 @@ in
workspace = [
"1,monitor:eDP-1,1,default:true"
"2,monitor:HDMI-A-1,2,default:true"
"9,monitor:DP-2,9,gapsout:0,default:true"
"9,monitor:DP-2,9,gapsout:0,rounding:false,default:true"
"1,monitor:DP-1,1,default:true"
"special,monitor:DP-1,1,default:true"
];