feat(users): init home-manager

This commit is contained in:
Sk7Str1p3 2026-05-03 15:43:27 +03:00
parent 9b1f78dec7
commit c166dfdb10
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B
6 changed files with 72 additions and 6 deletions

14
flake/inputs/home.nix Normal file
View file

@ -0,0 +1,14 @@
# 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";
};
}