{ pkgs, ... }: { users.users.richarah = { isNormalUser = true; description = ""; extraGroups = [ "wheel" "drift" ]; packages = with pkgs; [ docker ]; openssh.authorizedKeys.keys = [ "" ]; }; }