diff options
| author | Fuwn <[email protected]> | 2025-01-06 12:17:49 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-06 12:17:49 -0800 |
| commit | 9a790114041382c00958657afd54ac89eb52e05c (patch) | |
| tree | c1a6ce1725ba766dd1efaa22f8803610d0fc46c6 /modules | |
| parent | nara: organise home programs (diff) | |
| download | nixos-config-9a790114041382c00958657afd54ac89eb52e05c.tar.xz nixos-config-9a790114041382c00958657afd54ac89eb52e05c.zip | |
flake: format all files
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/base/nix.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/base/nix.nix b/modules/base/nix.nix index ff1ba2c..1b4703c 100644 --- a/modules/base/nix.nix +++ b/modules/base/nix.nix @@ -1,4 +1,9 @@ -{ inputs, lib, pkgs, ... }: +{ + inputs, + lib, + pkgs, + ... +}: { nix = { optimise.automatic = true; |