mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
remove old brew packages and add devenv
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -56,15 +56,9 @@
|
||||
|
||||
homebrew.enable = true;
|
||||
homebrew.casks = import ./cask.nix;
|
||||
homebrew.taps = [ "lihaoyun6/tap" ];
|
||||
homebrew.onActivation.autoUpdate = true;
|
||||
# Look into https://daiderd.com/nix-darwin/manual/index.html#opt-homebrew.onActivation.cleanup
|
||||
|
||||
# homebrew.taps = [
|
||||
# "hashicorp/tap"
|
||||
# ];
|
||||
# homebrew.brews = [
|
||||
# "hashicorp/tap/vault"
|
||||
# ];
|
||||
homebrew.onActivation.cleanup = "zap";
|
||||
|
||||
# Home Manager
|
||||
home-manager.backupFileExtension = "backup";
|
||||
|
Reference in New Issue
Block a user