This commit is contained in:
Fern Garden 2025-07-14 21:45:11 +08:00
parent e29ecc3315
commit 104566a92c

View file

@ -59,6 +59,7 @@ with lib; {
# Define a user account.
users.users.${user} = {
isNormalUser = true;
uid = 1000;
description = mkIf (user == "fern") "Fern Garden";
extraGroups = [
"wheel"