From 6a6b034b134cb83f18b67c3a024c1a1db9275962 Mon Sep 17 00:00:00 2001 From: willemml Date: Sat, 18 Nov 2023 03:15:42 -0800 Subject: [PATCH] Enables homebrew through nix-darwin --- nixos/hosts/zeus.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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;