This commit is contained in:
Yadunand Prem 2025-07-14 23:41:25 -04:00
parent 969cfd58c1
commit a5ae2a4d93
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@
}:
{
lib = {
users = import "./users.nix";
users = import ./users.nix;
};
}
// flake-utils.lib.eachDefaultSystem (

View File

@ -1,4 +1,3 @@
{ }:
{
users.users.yadunut = {
isNormalUser = true;