Init Config
This commit is contained in:
20
darwin/homebrew.nix
Normal file
20
darwin/homebrew.nix
Normal 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 = [ ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user