From 47117a18738d810954fcc42e9dd7fc3d36acd3ee Mon Sep 17 00:00:00 2001 From: Sk7Str1p3 Date: Thu, 25 Jun 2026 13:09:32 +0000 Subject: [PATCH] chore(flake): move user inputs to separate dir + minor docs changes --- flake/inputs/{home.nix => home/default.nix} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename flake/inputs/{home.nix => home/default.nix} (81%) diff --git a/flake/inputs/home.nix b/flake/inputs/home/default.nix similarity index 81% rename from flake/inputs/home.nix rename to flake/inputs/home/default.nix index 35ddd07..f42b0e9 100644 --- a/flake/inputs/home.nix +++ b/flake/inputs/home/default.nix @@ -1,7 +1,7 @@ -# Home inputs +# User inputs /** - Inputs providing modules or packages for user configuration. + Inputs providing modules or packages for user configurations. Check next chapters to learn more. */ { /**