chore(flake): move user inputs to separate dir + minor docs changes

This commit is contained in:
Sk7Str1p3 2026-06-25 13:09:32 +00:00
parent 75b42c0177
commit 47117a1873
Signed by: Sk7Str1p3
SSH key fingerprint: SHA256:GcXqjfo0IHK280c6aH9o5SmcOWyqMS8gjfOtDQ3gr/Q

View file

@ -1,28 +0,0 @@
# Home inputs
/**
Inputs providing modules or packages for user configuration.
*/
{
/**
System for managing a user environment.
Allows declarative configuration of user specific (non-global) packages and dotfiles.
*/
home-manager = {
url = "github:nix-community/home-manager";
};
/**
Theming framework for NixOS
*/
stylix = {
url = "github:nix-community/stylix";
};
/**
Flake for configuring Niri.
Used because home-manager does not support Niri yet.
*/
niri = {
url = "github:sodiboo/niri-flake";
};
}