This commit is contained in:
Miguel Palhas
2024-11-29 11:12:47 +00:00
parent ba03c899b9
commit 4f3d23c950
+12 -12
View File
@@ -10,18 +10,18 @@ let
}; };
in in
{ {
wayland.windowManager.hyprland.settings = { # wayland.windowManager.hyprland.settings = {
monitor = [ # monitor = [
"DP-1, preferred, 0x0, auto, bitdepth, 8" # "DP-1, preferred, 0x0, auto, bitdepth, 8"
"HDMI-A-1, preferred, 2560x0, auto, bitdepth, 8" # "HDMI-A-1, preferred, 2560x0, auto, bitdepth, 8"
]; # ];
workspace = [ # workspace = [
"1, monitor=HDMI-A-1" # "1, monitor=HDMI-A-1"
"2, monitor=DP-1" # "2, monitor=DP-1"
"3, monitor=DP-1" # "3, monitor=DP-1"
"4, monitor=DP-1" # "4, monitor=DP-1"
]; # ];
}; # };
services.hyprpaper.settings.wallpapers = [ services.hyprpaper.settings.wallpapers = [
"DP-1, ${builtins.toString wallpaper1}" "DP-1, ${builtins.toString wallpaper1}"