From 31c316d19cd974bb81a5d6de62142ff24db1c78e Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 2 Sep 2025 10:48:21 -0400 Subject: reorganized directory structure --- features/system/global/nix.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 features/system/global/nix.nix (limited to 'features/system/global/nix.nix') diff --git a/features/system/global/nix.nix b/features/system/global/nix.nix deleted file mode 100644 index a0ece02..0000000 --- a/features/system/global/nix.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ ... }: { - nix = { - settings = { - experimental-features = [ "nix-command" "flakes" ]; - auto-optimise-store = true; - }; - gc = { - automatic = true; - dates = "daily"; - options = "-d 5"; - }; - }; -} -- cgit v1.2.3