diff options
Diffstat (limited to 'modules/mac/programs')
| -rw-r--r-- | modules/mac/programs/homebrew/nix-homebrew.nix | 2 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/packages/improved-macos.nix | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/nix-homebrew.nix b/modules/mac/programs/homebrew/nix-homebrew.nix index 5496355..cc48966 100644 --- a/modules/mac/programs/homebrew/nix-homebrew.nix +++ b/modules/mac/programs/homebrew/nix-homebrew.nix @@ -15,6 +15,8 @@ "tuist/homebrew-tuist" = tuist-homebrew-tap; "koekeishiya/homebrew-formulae" = koekeishiya-homebrew-tap; "gromgit/homebrew-fuse" = gromgit-homebrew-fuse; + "acsandmann/homebrew-tap" = acsandmann-homebrew-tap; + "hillyu/homebrew-tap" = hillyu-homebrew-tap; }; }; } diff --git a/modules/mac/programs/homebrew/packages/improved-macos.nix b/modules/mac/programs/homebrew/packages/improved-macos.nix index 8361637..a579ee2 100644 --- a/modules/mac/programs/homebrew/packages/improved-macos.nix +++ b/modules/mac/programs/homebrew/packages/improved-macos.nix @@ -19,12 +19,14 @@ "jordanbaird-ice" "flashspace" "amethyst" + "dwmac" ]; brews = [ "koekeishiya/formulae/yabai" "koekeishiya/formulae/skhd" "gromgit/fuse/ntfs-3g-mac" + "acsandmann/tap/rift" ]; }; } |