diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-24 20:22:36 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-24 20:22:59 +0100 |
commit | 9cb0a67e4e56135b050dfd813a4f11ce0e8b8bdd (patch) | |
tree | 5a55c62f9b6550d25ca1056d659756475fef44a3 /hosts/work.nix | |
parent | 6bb38de65d564e5b7105bf931e44c87ab1717e5a (diff) |
wallpaper, nil, other stuff
Diffstat (limited to 'hosts/work.nix')
-rw-r--r-- | hosts/work.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/work.nix b/hosts/work.nix index f24863d..c9a5b20 100644 --- a/hosts/work.nix +++ b/hosts/work.nix @@ -22,6 +22,7 @@ moonlight-qt brightnessctl hugo + google-chrome ]; hardware.bluetooth.enable = true; @@ -143,7 +144,7 @@ home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; home-manager.users.jras = import ../home-manager/entrypoints/work.nix; - home-manager.extraSpecialArgs = { inherit inputs; monitor-names = ["eDP-1" "HDMI-A-1"]; }; + home-manager.extraSpecialArgs = { inherit inputs; monitor-names = ["eDP-1" "HDMI-A-1" "DP-10"]; }; system.stateVersion = "24.05"; # Do NOT change before reading configuration.nix } |