summaryrefslogtreecommitdiff
path: root/hosts/work.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/work.nix')
-rw-r--r--hosts/work.nix3
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
}