From f875fb90c5fa7b7032deb718dfc3befae589461d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 12 May 2023 15:13:27 +0200 Subject: [PATCH] fix(nix): nix command not set --- modules/programs/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/programs/nix.nix b/modules/programs/nix.nix index 413936f..adca789 100644 --- a/modules/programs/nix.nix +++ b/modules/programs/nix.nix @@ -22,6 +22,8 @@ in }; config.nix = { + extraOptions = "experimental-features = nix-command flakes"; + gc = { automatic = cfg.gc.enable; options = "--max-freed ${cfg.gc.minimumFreedGB} --delete-older-than 14d";