Automatically sync taps between nix-homebrew and home manager
This commit is contained in:
parent
44a125091e
commit
959f2b11de
@ -25,14 +25,7 @@ in
|
||||
"biber@2.17"
|
||||
"scip"
|
||||
];
|
||||
# WARNING: should match flake.nix
|
||||
taps = [
|
||||
"homebrew/homebrew-core"
|
||||
"homebrew/homebrew-cask"
|
||||
"homebrew/homebrew-cask-fonts"
|
||||
"homebrew/homebrew-bundle"
|
||||
"dgfl-gh/homebrew-taps"
|
||||
];
|
||||
taps = builtins.attrNames config.nix-homebrew.taps;
|
||||
};
|
||||
|
||||
# These app IDs are from using the mas CLI app
|
||||
|
Loading…
x
Reference in New Issue
Block a user