diff options
| author | Fuwn <[email protected]> | 2025-07-28 22:06:44 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-28 22:06:44 +0200 |
| commit | dc4c4df89dc6f48a4165d66f88f3298740268867 (patch) | |
| tree | 56a9feb6432e625b74642115b8c8343be37539a2 /modules/mac/programs/homebrew/packages/casks/notation.nix | |
| parent | Ebisu(Base): Add termshot (diff) | |
| download | nixos-config-dc4c4df89dc6f48a4165d66f88f3298740268867.tar.xz nixos-config-dc4c4df89dc6f48a4165d66f88f3298740268867.zip | |
Nara(Homebrew): Add missing packages
Diffstat (limited to 'modules/mac/programs/homebrew/packages/casks/notation.nix')
| -rw-r--r-- | modules/mac/programs/homebrew/packages/casks/notation.nix | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/modules/mac/programs/homebrew/packages/casks/notation.nix b/modules/mac/programs/homebrew/packages/casks/notation.nix index b46b57d..7023159 100644 --- a/modules/mac/programs/homebrew/packages/casks/notation.nix +++ b/modules/mac/programs/homebrew/packages/casks/notation.nix @@ -1,11 +1,15 @@ { - homebrew.casks = [ - "anki" - # "mochi" - "notion" - "raindropio" - # "textual" - "texifier" - "monodraw" - ]; + homebrew = { + casks = [ + "anki" + # "mochi" + "notion" + "raindropio" + # "textual" + "texifier" + "monodraw" + ]; + + brews = [ "gdown" ]; + }; } |