1
0

Automatically sync taps between nix-homebrew and home manager

This commit is contained in:
Jip J. Dekker 2024-05-31 18:28:40 +10:00
parent 44a125091e
commit 959f2b11de
No known key found for this signature in database
2 changed files with 1 additions and 9 deletions

View File

@ -25,14 +25,7 @@ in
"biber@2.17" "biber@2.17"
"scip" "scip"
]; ];
# WARNING: should match flake.nix taps = builtins.attrNames config.nix-homebrew.taps;
taps = [
"homebrew/homebrew-core"
"homebrew/homebrew-cask"
"homebrew/homebrew-cask-fonts"
"homebrew/homebrew-bundle"
"dgfl-gh/homebrew-taps"
];
}; };
# These app IDs are from using the mas CLI app # These app IDs are from using the mas CLI app

View File

@ -79,7 +79,6 @@
nix-homebrew = { nix-homebrew = {
enable = true; enable = true;
user = "${user}"; user = "${user}";
# WARNING: should match darwin/home-manager.nix
taps = { taps = {
"homebrew/homebrew-core" = homebrew-core; "homebrew/homebrew-core" = homebrew-core;
"homebrew/homebrew-cask" = homebrew-cask; "homebrew/homebrew-cask" = homebrew-cask;