From 4eb5f01f1f7a11527be56bd8a8afecd31d640b15 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 4 Aug 2023 12:50:12 +0530 Subject: config sync --- configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 40796f0..e8033df 100644 --- a/configuration.nix +++ b/configuration.nix @@ -137,14 +137,17 @@ in }; }; }; - fonts.fonts = with pkgs; [ + fonts.packages = with pkgs; [ # jetbrains-mono (nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) cozette noto-fonts-emoji ]; - nix.settings.auto-optimise-store = true; + nix.settings = { + experimental-features = [ "nix-command" "flakes" ]; + auto-optimise-store = true; + }; nix.gc = { automatic = true; dates = "weekly"; -- cgit v1.3.1