diff --git a/configuration.nix b/configuration.nix index 171b3d1..eb931dc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,7 +75,7 @@ users.users.aaron = { isNormalUser = true; group = "users"; - extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" ]; shell = pkgs.zsh; packages = with pkgs; [ tree