From 04b46ef7c945885c7cb1c8a7f67be3fbe098716c Mon Sep 17 00:00:00 2001 From: "xyno (Philipp Hochkamp)" Date: Mon, 3 Jul 2023 19:12:49 +0200 Subject: [PATCH] a --- 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 f4f2167b..1efa1064 100644 --- a/hosts/daedalus/default.nix +++ b/hosts/daedalus/default.nix @@ -9,7 +9,6 @@ with lib.my; }; environment.systemPackages = [ # myEmacs - pkgs.heroic ]; homebrew = { @@ -18,6 +17,7 @@ with lib.my; "pam-reattach" ]; casks = [ + "heroic" "hammerspoon" "amethyst" "android-platform-tools"