diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-06-10 15:55:54 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-06-10 22:55:04 +0530 |
commit | a41037ef644dbacb3d577933fb3d93c210439b38 (patch) | |
tree | a262750bcb1357785ad8cb68b232a5ca242ee671 /os/common/modules/nix.nix | |
parent | cfccbd1e4026d568e23a47c060ae3ae042cceb4c (diff) |
chore(repo): reformat with nixfmt-rfc-style
Diffstat (limited to 'os/common/modules/nix.nix')
-rw-r--r-- | os/common/modules/nix.nix | 8 |
1 files changed, 6 insertions, 2 deletions
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" |