diff options
| author | Fuwn <[email protected]> | 2026-01-15 21:55:01 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-15 21:55:01 -0800 |
| commit | 2ffbb23a35d7acc2a99a9e467ee4685844c8d876 (patch) | |
| tree | 6c766780296734bc5fa2dc4a79d9d3d8be673fde /modules/mac/programs | |
| parent | Nara(Homebrew): Add Stremio package (diff) | |
| download | nixos-config-2ffbb23a35d7acc2a99a9e467ee4685844c8d876.tar.xz nixos-config-2ffbb23a35d7acc2a99a9e467ee4685844c8d876.zip | |
Nara(Homebrew): Add additional window managers
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" ]; }; } |