aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/lilith
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-02-17 17:30:21 +0100
committerLeander Scherer <leander@schererleander.de>2026-03-08 13:56:33 +0100
commit90db9d7cb44fc410346d9d4fe2f1a1732dbb541b (patch)
tree51197a462c8f3ed37b96726580e7588ccdb5d141 /modules/hosts/lilith
parent36f9d0254b46289e2b049ef41e2114802a43cdb0 (diff)
feat(lilith): Add 'anki' to casks and disable 'nix' feature
Diffstat (limited to 'modules/hosts/lilith')
-rw-r--r--modules/hosts/lilith/configuration.nix8
1 files changed, 6 insertions, 2 deletions
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;