Files
nixconf/modules/sys/users.nix
T
2026-06-01 18:15:26 -06:00

9 lines
223 B
Nix

{
users.users.k3t = {
description = "Kai Moore";
isNormalUser = true;
extraGroups = [ "audio" "video" "bluetooth" "wheel" "input" "networkmanager" ];
initialPassword = "password";
linger = true;
};
}