From 73601c9423a8c931ee040df047005c4c24e9c9f8 Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Fri, 26 Jun 2026 14:20:24 +0200 Subject: [PATCH] Add work specialization for monitor configuration --- systems/work/default.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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"