From 4eaf76cf1e0af9ec7a630320bb7d4956041dd03e Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 4 May 2023 18:17:38 +0200 Subject: Structure(treewide): Use new structure with home-manager home-manager enables great possibilities and is part of simplifying the structure of my config. --- common/nix/default.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 common/nix/default.nix (limited to 'common/nix') diff --git a/common/nix/default.nix b/common/nix/default.nix deleted file mode 100644 index 30f5b38..0000000 --- a/common/nix/default.nix +++ /dev/null @@ -1,13 +0,0 @@ -{...}: { - nix = { - gc = { - automatic = true; - dates = "daily"; - options = "--delete-older-than 3"; - }; - settings = { - auto-optimise-store = true; - experimental-features = ["nix-command" "flakes"]; - }; - }; -} -- cgit 1.4.1