flake: Include NUR instead of call package functions separately
This commit is contained in:
parent
6267da609a
commit
e9580543b4
7 changed files with 61 additions and 390 deletions
|
|
@ -11,6 +11,7 @@ in
|
|||
# ./QQ.nix
|
||||
./helix.nix
|
||||
./cliphist.nix
|
||||
./nur.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
1
overlays/modifications/nur.nix
Normal file
1
overlays/modifications/nur.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
{inputs, ...}: inputs.nur.overlays.default
|
||||
Loading…
Add table
Add a link
Reference in a new issue