diff --git a/users.nix b/users.nix index fcf4c1b..03377d8 100644 --- a/users.nix +++ b/users.nix @@ -4,10 +4,10 @@ imports = [ ]; users.users.giulio = { - description = "Giulio De Pasquale"; + description = "Giulio De Pasquale"; isNormalUser = true; - shell = pkgs.zsh; - extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. + shell = pkgs.zsh; + extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. }; home-manager.users.giulio = {