Few home manager changes
This commit is contained in:
@@ -33,8 +33,13 @@ in
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
|
||||
casks = pkgs.callPackage ./casks.nix { };
|
||||
# onActivation.cleanup = "uninstall";
|
||||
onActivation = {
|
||||
cleanup = "uninstall";
|
||||
autoUpdate = true;
|
||||
upgrade = true;
|
||||
};
|
||||
|
||||
# These app IDs are from using the mas CLI app
|
||||
# mas = mac app store
|
||||
|
||||
Reference in New Issue
Block a user