{ pkgs, ... }: { programs.zsh.enable = true; users.users.origami = { isNormalUser = true; shell = pkgs.zsh; description = "Origami404"; group = "origami"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJyrUiSdpTC+vP+pNDChehLG+ChYL2By2LtjmVJiHmaf origami@eris" ]; }; }