diff options
Diffstat (limited to 'modules/hosts')
| -rw-r--r-- | modules/hosts/lilith/configuration.nix | 8 |
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; |
