mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 03:37:18 +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
|
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 = {
|
nix = {
|
||||||
generateNixPathFromInputs = true;
|
generateNixPathFromInputs = true;
|
||||||
generateRegistryFromInputs = true;
|
generateRegistryFromInputs = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue