Monitor specific configs in hosts

This commit is contained in:
2025-04-15 17:48:57 +02:00
parent 980334b44b
commit 4a884f5e6e
12 changed files with 63 additions and 65 deletions

View File

@ -1,14 +1,17 @@
{
lib,
common,
...
}:
{
wayland.windowManager.hyprland.settings = {
monitor = lib.mkDefault [
"${common.monitor1}, 1920x1080@60.05, 0x0, 1"
];
monitor =
let
common = import ../common.nix;
in
lib.mkForce [
"${common.monitor1}, 1920x1080@60.05, 0x0, 1"
];
# Autostart
exec-once = [