diff --git a/nixos/hosts/zeus.nix b/nixos/hosts/zeus.nix index 18e7554..cce261a 100644 --- a/nixos/hosts/zeus.nix +++ b/nixos/hosts/zeus.nix @@ -16,6 +16,22 @@ inputs.stylix.darwinModules.stylix ]; + homebrew = { + enable = true; + casks = [ + "blackhole-16ch" + "zerotier-one" + "discord" + "nordvpn" + "obs" + "steam" + "vial" + "whisky" + "homebrew/cask-versions/firefox-esr" + "UTM" + ]; + }; + nix = { generateNixPathFromInputs = true; generateRegistryFromInputs = true;