need to finish up user setup with passwords and whatnot

This commit is contained in:
TheWanderingCrow 2025-06-09 14:25:56 -04:00
parent 2141de8cb1
commit 15d77dc57c
16 changed files with 245 additions and 132 deletions

View file

@ -0,0 +1,3 @@
{lib, ...}: {
imports = lib.custom.scanPaths ./.;
}