Bit of cleanup

This commit is contained in:
Olaf
2026-07-30 17:41:24 +02:00
parent 483712a34c
commit 17070a9a51
3 changed files with 4 additions and 9 deletions
+3 -2
View File
@@ -35,9 +35,10 @@ in
casks = pkgs.callPackage ./casks.nix { };
onActivation = {
# Keep activation deterministic while avoiding expensive update/upgrade on every switch.
cleanup = "uninstall";
autoUpdate = true;
upgrade = true;
autoUpdate = false;
upgrade = false;
};
# These app IDs are from using the mas CLI app