feat: rewrite how nixlets work

This commit is contained in:
TECHNOFAB 2024-05-08 17:09:17 +00:00
parent ba81fba6b2
commit 0cde19e51f
36 changed files with 494 additions and 125 deletions

View file

@ -1,4 +1,4 @@
{values, ...}: {
{nixlet, ...}: {
imports = [
# import other files here
];