Enables homebrew through nix-darwin

This commit is contained in:
willemml 2023-11-18 03:15:42 -08:00
parent 8d6e9afd62
commit 6a6b034b13
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

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