feat(users): init home-manager
This commit is contained in:
parent
9b1f78dec7
commit
c166dfdb10
6 changed files with 72 additions and 6 deletions
14
flake/inputs/home.nix
Normal file
14
flake/inputs/home.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue