From 963a6fc9d4cd39b63848a7988fd0f229757cd623 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Fri, 15 Nov 2024 09:29:15 +0100 Subject: Waybar: multiple outputs. Hyprland: mod+x bindings --- hosts/tarrel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/tarrel.nix') diff --git a/hosts/tarrel.nix b/hosts/tarrel.nix index 98d815c..f9d6724 100644 --- a/hosts/tarrel.nix +++ b/hosts/tarrel.nix @@ -79,7 +79,7 @@ useGlobalPkgs = true; useUserPackages = true; users.jras = import ../home-manager/entrypoints/personal.nix; - extraSpecialArgs = { inherit inputs; primary-monitor = "DP-2"; }; + extraSpecialArgs = { inherit inputs; monitor-names = ["DP-2" "HDMI-A-1"]; }; }; system.stateVersion = "24.05"; # Did you read the comment? -- cgit v1.2.3