From 70212633c888c564afe1ac201c3f56bf7c316ff8 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 1 Jul 2021 06:24:09 +0200 Subject: [PATCH] formatting --- users.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = {