From 2c3ab47daa5030e19493f44100ad7a7a83aa10a2 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Mon, 5 May 2025 16:22:05 -0700 Subject: [PATCH] [vega] Adds slack for business communication --- system/hosts/vega/drew.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/hosts/vega/drew.nix b/system/hosts/vega/drew.nix index 4df76cd..dcf74e2 100644 --- a/system/hosts/vega/drew.nix +++ b/system/hosts/vega/drew.nix @@ -17,6 +17,7 @@ home.packages = with pkgs; [ windsurf + slack ]; home.stateVersion = "24.11";