From 90db9d7cb44fc410346d9d4fe2f1a1732dbb541b Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Tue, 17 Feb 2026 17:30:21 +0100 Subject: feat(lilith): Add 'anki' to casks and disable 'nix' feature --- modules/hosts/lilith/configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'modules/hosts/lilith') diff --git a/modules/hosts/lilith/configuration.nix b/modules/hosts/lilith/configuration.nix index 2c58bc1..f66bd24 100644 --- a/modules/hosts/lilith/configuration.nix +++ b/modules/hosts/lilith/configuration.nix @@ -39,6 +39,7 @@ "openjdk@21" ]; casks = [ + "anki" "mullvad-vpn" "nextcloud" "iterm2" @@ -58,8 +59,11 @@ }; nix = { - enable = true; - settings.experimental-features = [ "nix-command" "flakes" ]; + enable = false; + settings.experimental-features = [ + "nix-command" + "flakes" + ]; }; nixpkgs.config.allowUnfree = true; -- cgit v1.3.1