From 12b2f0a40d6cd16e8bce3b25038673ec17fed19d Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 10 Jul 2021 10:51:55 -0400 Subject: [PATCH] Add amethyst cask --- modules/darwin/brew.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/darwin/brew.nix b/modules/darwin/brew.nix index d6c3de1..e2394bf 100644 --- a/modules/darwin/brew.nix +++ b/modules/darwin/brew.nix @@ -26,6 +26,7 @@ in casks = [ "1password" + "amethyst" "osxfuse" "visual-studio-code" ];