summaryrefslogtreecommitdiff
path: root/hosts/work.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-15 09:29:15 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-15 09:29:55 +0100
commit963a6fc9d4cd39b63848a7988fd0f229757cd623 (patch)
tree5d1000efc37f636542432caf5c509ff434504283 /hosts/work.nix
parentfbfda3383111d76dfbf6e1afb96811920f6120a5 (diff)
Waybar: multiple outputs. Hyprland: mod+x bindings
Diffstat (limited to 'hosts/work.nix')
-rw-r--r--hosts/work.nix2
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