@ -712,8 +712,8 @@ Deploy this configuration with ~sudo nixos-rebuild switch --flake /etc/dotfiles/
users.users.chris = {
shell = pkgs.fish;
isnormaluser = true;
extragroups = [ "wheel" ];
isNormalUser = true;
extraGroups = [ "wheel" ];
};
}
#+END_SRC
@ -19,7 +19,7 @@