Default to zsh for nest
This commit is contained in:
parent
fd1c021c38
commit
0b5ec36960
1 changed files with 2 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
flake.nixosModules.nest = {
|
flake.nixosModules.nest = { pkgs, ... }: {
|
||||||
users.users.nest = {
|
users.users.nest = {
|
||||||
description = "nest";
|
description = "nest";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "network" ];
|
extraGroups = [ "wheel" "network" ];
|
||||||
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue