Few home manager changes
This commit is contained in:
@@ -56,7 +56,7 @@ _:
|
|||||||
"dbeaver-community"
|
"dbeaver-community"
|
||||||
"element"
|
"element"
|
||||||
"gpg-suite"
|
"gpg-suite"
|
||||||
"macdown"
|
"macdown-3000"
|
||||||
"mailmate"
|
"mailmate"
|
||||||
"orcaslicer"
|
"orcaslicer"
|
||||||
"remanager"
|
"remanager"
|
||||||
@@ -64,7 +64,7 @@ _:
|
|||||||
"smartsheet"
|
"smartsheet"
|
||||||
"spamsieve"
|
"spamsieve"
|
||||||
# "sqlitestudio" # Doesn't work without Rosetta
|
# "sqlitestudio" # Doesn't work without Rosetta
|
||||||
"virtualbox"
|
# "virtualbox" # build error?
|
||||||
"copilot-cli"
|
"copilot-cli"
|
||||||
|
|
||||||
# Browsers
|
# Browsers
|
||||||
|
|||||||
@@ -33,8 +33,13 @@ in
|
|||||||
|
|
||||||
homebrew = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
casks = pkgs.callPackage ./casks.nix { };
|
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
|
# These app IDs are from using the mas CLI app
|
||||||
# mas = mac app store
|
# mas = mac app store
|
||||||
|
|||||||
Reference in New Issue
Block a user