mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
refactor(nix): allow for host specific homebrew setups
This commit is contained in:
@@ -9,4 +9,6 @@
|
||||
name = "kogakure";
|
||||
home = "/Users/kogakure";
|
||||
};
|
||||
|
||||
homebrew = import ./homebrew.nix;
|
||||
}
|
||||
|
||||
10
nix/hosts/mac-mini/homebrew.nix
Normal file
10
nix/hosts/mac-mini/homebrew.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
# TODO: Activate after migration is complete
|
||||
# onActivation.cleanup = "uninstall";
|
||||
taps = [ ];
|
||||
brews = [ ];
|
||||
casks = [
|
||||
"webtorrent"
|
||||
];
|
||||
masApps = { };
|
||||
}
|
||||
Reference in New Issue
Block a user