summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/casks/notation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mac/programs/homebrew/casks/notation.nix')
-rw-r--r--modules/mac/programs/homebrew/casks/notation.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/casks/notation.nix b/modules/mac/programs/homebrew/casks/notation.nix
new file mode 100644
index 0000000..4e307ac
--- /dev/null
+++ b/modules/mac/programs/homebrew/casks/notation.nix
@@ -0,0 +1,11 @@
+{
+ homebrew.casks = [
+ "anki"
+ "mochi"
+ "notion"
+ "raindropio"
+ # "textual"
+ "texifier"
+ "monodraw"
+ ];
+}