summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d666d59..c1a8191 100644
--- a/flake.nix
+++ b/flake.nix
@@ -57,7 +57,8 @@
pkgs = nixpkgs.legacyPackages.${system};
modules = [
./home/common/home.nix
- ] ++ lib.optional (builtins.pathExists ./home/${host}) ./home/${host}/home.nix;
+ ]
+ ++ lib.optional (builtins.pathExists ./home/${host}) ./home/${host}/home.nix;
};
in
{