restructured user

This commit is contained in:
2025-10-14 00:09:11 -05:00
parent 977d97fc0d
commit ea2be0de28
14 changed files with 11316 additions and 102 deletions

10
users/default.nix Normal file
View File

@@ -0,0 +1,10 @@
{ pkgs, config, lib, ... }:
{
imports = [
./blake
];
users.blake.enable = lib.mkDefault true;
}