the inherit syntax is pretty btw
This commit is contained in:
parent
a5bb1d1cc1
commit
b96802c7bd
1 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,10 @@
|
||||||
spkgs,
|
spkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
utils = inputs.nixcats.utils;
|
inherit
|
||||||
|
(inputs.nixcats)
|
||||||
|
utils
|
||||||
|
;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixcats.homeModule
|
inputs.nixcats.homeModule
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue