{pkgs, ...}: { users.users.nick = { isNormalUser = true; shell = pkgs.zsh; extraGroups = ["wheel"]; packages = with pkgs; [ neovim fastfetch starship eza yazi dysk tmux btop fzf ripgrep ]; }; }