formatting
This commit is contained in:
parent
3e5f402619
commit
70212633c8
@ -4,10 +4,10 @@
|
||||
imports = [ <home-manager/nixos> ];
|
||||
|
||||
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user