From 6cd87ee9200e57b36bc2beb9d9835add106b3b22 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Tue, 21 May 2024 20:48:52 +0200 Subject: more packages, cursor fix, git options, set term properly --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 28c5d7d..e5bd3b5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -4,7 +4,10 @@ ... }: { imports = [./hardware-configuration.nix]; - nix.settings.experimental-features = ["nix-command" "flakes"]; + nix.settings = { + experimental-features = ["nix-command" "flakes"]; + auto-optimise-store = true; + }; boot.loader.grub.device = "/dev/sda"; time.timeZone = "Europe/Berlin"; -- cgit v1.2.3