diff options
Diffstat (limited to 'hosts/work.nix')
-rw-r--r-- | hosts/work.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/work.nix b/hosts/work.nix index 3893f35..ede4ffb 100644 --- a/hosts/work.nix +++ b/hosts/work.nix @@ -112,7 +112,7 @@ useGlobalPkgs = true; useUserPackages = true; users.jras = import ../home-manager/entrypoints/work.nix; - extraSpecialArgs = { inherit inputs; primary-monitor = "eDP-1"; }; + extraSpecialArgs = { inherit inputs; monitor-names = ["eDP-1" "HDMI-A-1"]; }; }; system.stateVersion = "24.05"; # Do NOT change before reading configuration.nix |