zsh for root
This commit is contained in:
parent
71d84d7ed6
commit
b7272fa1d2
16
users.nix
16
users.nix
@ -3,11 +3,17 @@
|
||||
{
|
||||
imports = [ <home-manager/nixos> ];
|
||||
|
||||
users.users.giulio = {
|
||||
description = "Giulio De Pasquale";
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "wheel" "docker" "networkmanager" ];
|
||||
users.users = {
|
||||
giulio = {
|
||||
description = "Giulio De Pasquale";
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "wheel" "docker" "networkmanager" ];
|
||||
};
|
||||
|
||||
root = {
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
|
Loading…
Reference in New Issue
Block a user