the inherit syntax is pretty btw

This commit is contained in:
do butterflies cry? 2026-02-14 14:10:28 +10:00
parent f66aa330c3
commit f123fe2af7

View file

@ -3,7 +3,10 @@
spkgs,
...
}: let
utils = inputs.nixcats.utils;
inherit
(inputs.nixcats)
utils
;
in {
imports = [
inputs.nixcats.homeModule