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 | |
| parent | Nara(Homebrew): Add Stremio package (diff) | |
| download | nixos-config-2ffbb23a35d7acc2a99a9e467ee4685844c8d876.tar.xz nixos-config-2ffbb23a35d7acc2a99a9e467ee4685844c8d876.zip | |
Nara(Homebrew): Add additional window managers
| -rw-r--r-- | flake.lock | 32 | ||||
| -rw-r--r-- | flake.nix | 10 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/nix-homebrew.nix | 2 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/packages/improved-macos.nix | 2 |
4 files changed, 46 insertions, 0 deletions
@@ -23,6 +23,21 @@ "type": "github" } }, + "acsandmann-homebrew-tap": { + "flake": false, + "locked": { + "lastModified": 1764950047, + "owner": "acsandmann", + "repo": "homebrew-tap", + "rev": "35904e121efbe3c75dd3970d12b2db7e34cbc10f", + "type": "github" + }, + "original": { + "owner": "acsandmann", + "repo": "homebrew-tap", + "type": "github" + } + }, "apple-fonts": { "inputs": { "flake-utils": [ @@ -655,6 +670,21 @@ "type": "github" } }, + "hillyu-homebrew-tap": { + "flake": false, + "locked": { + "lastModified": 1767062626, + "owner": "hillyu", + "repo": "homebrew-tap", + "rev": "4dfe8c29d5d8374f980990109f27e1ed33ac48e1", + "type": "github" + }, + "original": { + "owner": "hillyu", + "repo": "homebrew-tap", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -1885,6 +1915,7 @@ "root": { "inputs": { "aagl": "aagl", + "acsandmann-homebrew-tap": "acsandmann-homebrew-tap", "apple-fonts": "apple-fonts", "artginzburg-homebrew-tap": "artginzburg-homebrew-tap", "cachix": "cachix", @@ -1903,6 +1934,7 @@ "gigi": "gigi", "gitignore": "gitignore", "gromgit-homebrew-fuse": "gromgit-homebrew-fuse", + "hillyu-homebrew-tap": "hillyu-homebrew-tap", "home-manager": "home-manager", "homebrew-cask": "homebrew-cask", "homebrew-core": "homebrew-core", @@ -117,6 +117,11 @@ flake = false; }; + acsandmann-homebrew-tap = { + url = "github:acsandmann/homebrew-tap"; + flake = false; + }; + # brew-src = { # url = "github:Homebrew/brew/4.5.2"; # flake = false; @@ -221,6 +226,11 @@ flake = false; }; + hillyu-homebrew-tap = { + url = "github:hillyu/homebrew-tap"; + flake = false; + }; + home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; 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" ]; }; } |