summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/packages/notation.nix
blob: 70231599c2c219783a74dbc3e647825b91142d81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  homebrew = {
    casks = [
      "anki"
      # "mochi"
      "notion"
      "raindropio"
      # "textual"
      "texifier"
      "monodraw"
    ];

    brews = [ "gdown" ];
  };
}