remove old brew packages and add devenv

This commit is contained in:
2025-01-02 15:55:19 +01:00
parent 5527e3284b
commit b05c52dd0a
4 changed files with 26 additions and 23 deletions

View File

@@ -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";