diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-14 11:15:40 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-14 11:15:40 +0100 |
commit | 7dc4ff7245bd812fe68677b5bb3fc339fb08a6e2 (patch) | |
tree | 2b70d75cd4f9b3e298ce434a3f2aa15b8b501ade /hosts/work.nix | |
parent | a73db45f9a1f6ab0077c62a9ee323f2e91d351c8 (diff) |
host work: add slack
Diffstat (limited to 'hosts/work.nix')
-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; |