Init Config

This commit is contained in:
DerGrumpf
2026-04-03 23:37:52 +02:00
parent 9d4aaa6edd
commit 824c7cc4fc
111 changed files with 5736 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
{ ... }: {
homebrew = {
enable = true;
onActivation = {
autoUpdate = false;
upgrade = true;
cleanup = "zap";
};
caskArgs.no_quarantine = true;
global.brewfile = true;
# homebrew is best for GUI apps
# nixpkgs is best for CLI tools
casks = [ "element" "affinity" "onlyoffice" "tailscale" ];
brews = [ ];
taps = [ ];
};
}