make abbie the nixbook user

This commit is contained in:
Chris Cochrun 2025-10-06 17:03:25 -05:00
parent 64fce53607
commit 17f1e429d6

View file

@ -202,7 +202,7 @@
services.xserver.dpi = 144;
# Define a user account. Don't forget to set a password with passwd.
users.users.chris = {
users.users.abbie = {
isNormalUser = true;
extraGroups = [ "adbusers" "wheel" "networkmanager" "input" "uinput" "dialout" ];
};