diff options
Diffstat (limited to 'hosts/RyanMac/configuration.nix')
| -rw-r--r-- | hosts/RyanMac/configuration.nix | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/hosts/RyanMac/configuration.nix b/hosts/RyanMac/configuration.nix index 78f2cd4..e19490d 100644 --- a/hosts/RyanMac/configuration.nix +++ b/hosts/RyanMac/configuration.nix | |||
| @@ -4,7 +4,10 @@ let | |||
| 4 | 4 | ||
| 5 | defaultBrowser = "zen"; | 5 | defaultBrowser = "zen"; |
| 6 | 6 | ||
| 7 | thirdPartyTaps = import ./taps.nix; | 7 | thirdPartyTaps = { |
| 8 | "netbirdio/homebrew-tap" = inputs.homebrew-netbird; | ||
| 9 | "FelixKratz/homebrew-formulae" = inputs.homebrew-felixkratz; | ||
| 10 | }; | ||
| 8 | 11 | ||
| 9 | pinnedNixpkgs = pkgs.writeText "flake-registry.json" (builtins.toJSON { | 12 | pinnedNixpkgs = pkgs.writeText "flake-registry.json" (builtins.toJSON { |
| 10 | version = 2; | 13 | version = 2; |
| @@ -164,7 +167,10 @@ in { | |||
| 164 | enableRosetta = true; | 167 | enableRosetta = true; |
| 165 | user = "${username}"; | 168 | user = "${username}"; |
| 166 | mutableTaps = false; | 169 | mutableTaps = false; |
| 167 | taps = thirdPartyTaps; | 170 | taps = { |
| 171 | "homebrew/homebrew-core" = inputs.homebrew-core; | ||
| 172 | "homebrew/homebrew-cask" = inputs.homebrew-cask; | ||
| 173 | } // thirdPartyTaps; | ||
| 168 | trust.taps = builtins.attrNames thirdPartyTaps; | 174 | trust.taps = builtins.attrNames thirdPartyTaps; |
| 169 | }; | 175 | }; |
| 170 | 176 | ||
| @@ -178,11 +184,9 @@ in { | |||
| 178 | 184 | ||
| 179 | global.brewfile = true; | 185 | global.brewfile = true; |
| 180 | 186 | ||
| 181 | taps = builtins.attrNames thirdPartyTaps; | 187 | taps = builtins.attrNames config.nix-homebrew.taps; |
| 182 | 188 | ||
| 183 | brews = [ | 189 | brews = [ ]; |
| 184 | "mqttx-cli" | ||
| 185 | ]; | ||
| 186 | 190 | ||
| 187 | casks = [ | 191 | casks = [ |
| 188 | "utm" | 192 | "utm" |
