forked from Drift/pvv-nixos-config
Add danio user
This commit is contained in:
parent
b7bf6f3727
commit
70aa493f43
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}:
|
||||
|
||||
{
|
||||
users.users.danio = {
|
||||
isNormalUser = true;
|
||||
#extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue