diff options
| author | schererleander <leander@schererleander.de> | 2026-06-18 22:53:28 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2026-06-18 22:53:28 +0200 |
| commit | c19062e7ecc2c77985bf5d85eb17abb477f9e7ef (patch) | |
| tree | 41a8f4e6d8d8d5497b8d7d100b7894fff1905986 /modules/hosts/lilith/configuration.nix | |
| parent | 55c81fcb2f7aba22ab944bcd0b6ea95fa784f8a0 (diff) | |
feat(lilith): remove brew cleanup as deprecated
Diffstat (limited to 'modules/hosts/lilith/configuration.nix')
| -rw-r--r-- | modules/hosts/lilith/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hosts/lilith/configuration.nix b/modules/hosts/lilith/configuration.nix index 4abf0b1..f35c650 100644 --- a/modules/hosts/lilith/configuration.nix +++ b/modules/hosts/lilith/configuration.nix @@ -45,6 +45,7 @@ "iterm2" "rectangle" "tailscale-app" + "chatgpt" ]; greedyCasks = true; masApps = { @@ -52,7 +53,6 @@ "Goodnotes: KI-Notizen, PDF" = 1444383602; "WhatsApp Messenger" = 310633997; }; - onActivation.cleanup = "zap"; onActivation.autoUpdate = true; onActivation.upgrade = true; }; |
