diff options
Diffstat (limited to 'modules/mac')
| -rw-r--r-- | modules/mac/programs/homebrew/brews.nix | 2 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/nix-homebrew.nix | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/brews.nix b/modules/mac/programs/homebrew/brews.nix index c519c2f..45e6082 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -27,5 +27,7 @@ "storj-uplink" "codespell" "ninja" + "koekeishiya/formulae/yabai" + "koekeishiya/formulae/skhd" ]; } diff --git a/modules/mac/programs/homebrew/nix-homebrew.nix b/modules/mac/programs/homebrew/nix-homebrew.nix index 5903803..d864357 100644 --- a/modules/mac/programs/homebrew/nix-homebrew.nix +++ b/modules/mac/programs/homebrew/nix-homebrew.nix @@ -13,6 +13,7 @@ "nerdsupremacist/homebrew-tap" = nerdsupremacist-homebrew-tap; "nikitabobko/homebrew-tap" = nikitabobko-homebrew-tap; "tuist/homebrew-tuist" = tuist-homebrew-tap; + "koekeishiya/homebrew-formulae" = koekeishiya-homebrew-tap; }; }; } |