{ pkgs, ... }: { users.users.willifan = { isNormalUser = true; linger = true; description = "willifan"; extraGroups = [ "networkmanager" "wheel" ]; shell = pkgs.bash; }; }