mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Enables homebrew through nix-darwin
This commit is contained in:
parent
8d6e9afd62
commit
6a6b034b13
1 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue