feat: configure desktop monitors

This commit is contained in:
Moritz Böhme 2024-08-18 13:20:03 +02:00
parent 5c666feefb
commit f19d50407e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 2 additions and 3 deletions

View file

@ -60,9 +60,6 @@ in
sub
);
description = "monitor setting";
default = {
"" = { };
};
};
extraConfig = mkOption {
type = types.str;
@ -81,6 +78,7 @@ in
kitty.enable = true;
rofi.enable = true;
hyprland.monitors."" = lib.mkDefault { };
hyprland.monitors."Unknown-1" = { disabled = true; };
};
wallpapers.enable = true;
services = {