chore(flake): move user inputs to separate dir + minor docs changes
This commit is contained in:
parent
75b42c0177
commit
47117a1873
1 changed files with 2 additions and 2 deletions
28
flake/inputs/home/default.nix
Normal file
28
flake/inputs/home/default.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# User inputs
|
||||
|
||||
/**
|
||||
Inputs providing modules or packages for user configurations. Check next chapters to learn more.
|
||||
*/
|
||||
{
|
||||
/**
|
||||
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";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue