Skip to content

Commit 12811b5

Browse files
committed
feat(gui/notes): add notion app
1 parent f512eea commit 12811b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

home/gui/notes.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ in {
2727
if hostPlatform.isDarwin
2828
then onenote
2929
else null;
30+
notion =
31+
if hostPlatform.isDarwin
32+
then pkgs.brewCasks.notion.override {variation = "tahoe";}
33+
else null;
3034
};
3135

3236
programs.obsidian = {

0 commit comments

Comments
 (0)