diff options
-rw-r--r-- | hosts/work.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/work.nix b/hosts/work.nix index 57e411c..a094dab 100644 --- a/hosts/work.nix +++ b/hosts/work.nix @@ -2,6 +2,10 @@ { imports = [ ./hardware-configuration/work.nix ]; + environment.systemPackages = with pkgs; [ + slack + ]; + hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; |