aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-10-04 02:52:20 +0200
committerschererleander <leander@schererleander.de>2025-10-04 02:52:20 +0200
commit84e329e2a6ad8bd4ca74c55241258df5c692bdd2 (patch)
tree15b0b099bf76e3814348a818e797a0d9438aea13 /hosts
parent4bbd2fb3fa1e885ff983a4894eefaa5a557f56bf (diff)
feat add slack
Diffstat (limited to 'hosts')
-rw-r--r--hosts/lilith/configuration.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/lilith/configuration.nix b/hosts/lilith/configuration.nix
index 9f62546..283384e 100644
--- a/hosts/lilith/configuration.nix
+++ b/hosts/lilith/configuration.nix
@@ -31,7 +31,6 @@
enable = true;
brews = [
"openjdk@21"
- "openjdk@11"
];
casks = [
"obsidian"
@@ -41,7 +40,7 @@
"anki"
"iterm2"
"rectangle"
- "spotify"
+ "slack"
];
onActivation.cleanup = "zap";
onActivation.autoUpdate = true;