From 29cfce111171c7b0dda6557f5f2238a9ac1879db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 11 Jun 2023 10:25:45 +0200 Subject: [PATCH] fix(nix-edit): enable experimental features --- modules/programs/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/programs/nix.nix b/modules/programs/nix.nix index 309e2ed..39b47a2 100644 --- a/modules/programs/nix.nix +++ b/modules/programs/nix.nix @@ -26,6 +26,8 @@ in config.nix = { package = pkgs.nix-super; + extraOptions = "experimental-features = nix-command flakes"; + gc = { automatic = cfg.gc.enable; options = "--max-freed ${cfg.gc.minimumFreedGB} --delete-older-than 14d";