chore(flake): move user inputs to related files
This commit is contained in:
parent
549c3b3fd8
commit
897276714a
2 changed files with 22 additions and 9 deletions
15
flake/inputs/home/Sk7Str1p3.nix
Normal file
15
flake/inputs/home/Sk7Str1p3.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# User inputs :: Sk7Str1p3
|
||||
|
||||
/**
|
||||
Inputs used by user `Sk7Str1p3`
|
||||
*/
|
||||
{ ... }:
|
||||
{
|
||||
/**
|
||||
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