diff options
| author | Fuwn <[email protected]> | 2025-04-23 05:57:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-04-23 05:57:39 -0700 |
| commit | a3fc7515c52843fcf3901e9c446420d7a8f19775 (patch) | |
| tree | 76e3965023222759a58e6508b51e8df2df6b2bc2 /modules/mac/programs/homebrew/default.nix | |
| parent | Nara: Remove Sensible Side Buttons cask (diff) | |
| download | nixos-config-a3fc7515c52843fcf3901e9c446420d7a8f19775.tar.xz nixos-config-a3fc7515c52843fcf3901e9c446420d7a8f19775.zip | |
Nara: Organise cask file structure
Diffstat (limited to 'modules/mac/programs/homebrew/default.nix')
| -rw-r--r-- | modules/mac/programs/homebrew/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mac/programs/homebrew/default.nix b/modules/mac/programs/homebrew/default.nix index 3d53a35..50a9025 100644 --- a/modules/mac/programs/homebrew/default.nix +++ b/modules/mac/programs/homebrew/default.nix @@ -1,7 +1,7 @@ { imports = [ + ./casks ./brews.nix - ./casks.nix # ./mas-apps.nix ./nix-homebrew.nix ]; |