mirror of
https://github.com/RGBCube/ncc
synced 2025-09-13 01:27:56 +00:00
homebrew: init
This commit is contained in:
parent
419a2514b9
commit
51c02a78a2
6 changed files with 104 additions and 17 deletions
16
modules/darwin/homebrew.nix
Normal file
16
modules/darwin/homebrew.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ nix-homebrew, homebrew-core, homebrew-cask, config, lib, ... }: let
|
||||
inherit (lib) enabled;
|
||||
in {
|
||||
imports = [ nix-homebrew.darwinModules.nix-homebrew ];
|
||||
|
||||
homebrew = enabled;
|
||||
|
||||
nix-homebrew = enabled {
|
||||
user = config.system.primaryUser;
|
||||
|
||||
taps."homebrew/homebrew-core" = homebrew-core;
|
||||
taps."homebrew/homebrew-cask" = homebrew-cask;
|
||||
|
||||
mutableTaps = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue