From 7dc4ff7245bd812fe68677b5bb3fc339fb08a6e2 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 14 Nov 2024 11:15:40 +0100 Subject: host work: add slack --- hosts/work.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3