From a41037ef644dbacb3d577933fb3d93c210439b38 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 10 Jun 2025 15:55:54 +0530 Subject: chore(repo): reformat with nixfmt-rfc-style --- os/common/modules/nix.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'os/common/modules/nix.nix') diff --git a/os/common/modules/nix.nix b/os/common/modules/nix.nix index f850e24..b733c9c 100644 --- a/os/common/modules/nix.nix +++ b/os/common/modules/nix.nix @@ -1,8 +1,12 @@ -{ ... }: { +{ ... }: +{ nix.settings = { auto-optimise-store = true; use-xdg-base-directories = true; - experimental-features = [ "flakes" "nix-command" ]; + experimental-features = [ + "flakes" + "nix-command" + ]; substituters = [ "https://nixbin.sinanmohd.com" -- cgit v1.2.3