diff --git a/systems/work/default.nix b/systems/work/default.nix index af9aab7..e797a89 100644 --- a/systems/work/default.nix +++ b/systems/work/default.nix @@ -56,6 +56,28 @@ virtualisation.libvirtd.enable = true; + specialisation = { + "top floor".configuration = { + home-manager.users.avravels.home.hyprland.monitors = [ + { + output = "DP-3"; + mode = "2560x1440"; + position = "0x0"; + } + { + output = "DP-1"; + mode = "2560x1440"; + position = "2560x0"; + } + { + output = "eDP-1"; + mode = "1920x1200"; + position = "5120x0"; + } + ]; + }; + }; + networking.hosts = { "127.0.0.1" = [ "local.wormundco.de"