From 31b1c037400baaf585212efc1f8bf5f921e94525 Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Fri, 4 Mar 2022 15:14:38 +0100 Subject: [PATCH] logseq --- hosts/daedalus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/daedalus/default.nix b/hosts/daedalus/default.nix index f29048b7..3c85957e 100644 --- a/hosts/daedalus/default.nix +++ b/hosts/daedalus/default.nix @@ -12,7 +12,7 @@ with lib.my; homebrew = { enable = true; autoUpdate = true; - casks = [ "hammerspoon" "amethyst" "android-platform-tools" "alfred" "ukelele" "homebrew/cask-drivers/zsa-wally" "lens" ]; + casks = [ "hammerspoon" "amethyst" "android-platform-tools" "alfred" "ukelele" "homebrew/cask-drivers/zsa-wally" "lens" "logseq" ]; masApps = { # Install Mac App Store apps (install them manually and then do `mas list` to get the id) "AdGuard for Safari" = 1440147259; "Xcode" = 497799835;