diff options
| author | Fuwn <[email protected]> | 2025-04-29 22:40:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-04-29 22:40:18 -0700 |
| commit | 46776f53ae6c0629254329aac04c03b870e58818 (patch) | |
| tree | 61e8d0c20b4747f536be67ba9a6fb20cd2b4cd51 /modules/mac/programs/homebrew/brews.nix | |
| parent | Nara: Add deployment-related packages (diff) | |
| download | nixos-config-46776f53ae6c0629254329aac04c03b870e58818.tar.xz nixos-config-46776f53ae6c0629254329aac04c03b870e58818.zip | |
Nara: Add yabai and skhd brews
Diffstat (limited to 'modules/mac/programs/homebrew/brews.nix')
| -rw-r--r-- | modules/mac/programs/homebrew/brews.nix | 2 |
1 files changed, 2 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" ]; } |