From 53460b8e802944fc7342ac9314db0f5cc0215ec6 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 13 Oct 2025 10:48:45 +0200 Subject: feat: remove anki via brew, add anki module --- hosts/lilith/configuration.nix | 1 - hosts/lilith/home.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/lilith/configuration.nix b/hosts/lilith/configuration.nix index f75f7d2..709d424 100644 --- a/hosts/lilith/configuration.nix +++ b/hosts/lilith/configuration.nix @@ -38,7 +38,6 @@ "mullvad-vpn" "bambu-studio" "arduino-ide" - "anki" "iterm2" "rectangle" "slack" diff --git a/hosts/lilith/home.nix b/hosts/lilith/home.nix index 3f65c51..b0f1126 100644 --- a/hosts/lilith/home.nix +++ b/hosts/lilith/home.nix @@ -27,6 +27,7 @@ dev.enable = true; spicetify.enable = true; + anki.enable = true; home.stateVersion = "25.05"; } -- cgit v1.3.1