summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-01-06 12:17:49 -0800
committerFuwn <[email protected]>2025-01-06 12:17:49 -0800
commit9a790114041382c00958657afd54ac89eb52e05c (patch)
treec1a6ce1725ba766dd1efaa22f8803610d0fc46c6 /modules
parentnara: organise home programs (diff)
downloadnixos-config-9a790114041382c00958657afd54ac89eb52e05c.tar.xz
nixos-config-9a790114041382c00958657afd54ac89eb52e05c.zip
flake: format all files
Diffstat (limited to 'modules')
-rw-r--r--modules/base/nix.nix7
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;