From e70b7da28c7590a594ab209e959a5bc135e61811 Mon Sep 17 00:00:00 2001 From: sils Date: Sun, 8 Jan 2023 19:30:04 +0100 Subject: introduce alejandra --- nix.nix | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'nix.nix') diff --git a/nix.nix b/nix.nix index 02fa333..da21492 100644 --- a/nix.nix +++ b/nix.nix @@ -1,11 +1,15 @@ -{ config, lib, pkgs, ... }: { - nix = { - gc = { - automatic = true; - dates = "daily"; - options = "--delete-older-than 3"; - }; - settings.auto-optimise-store = true; - }; + config, + lib, + pkgs, + ... +}: { + nix = { + gc = { + automatic = true; + dates = "daily"; + options = "--delete-older-than 3"; + }; + settings.auto-optimise-store = true; + }; } -- cgit 1.4.1