5 lines
86 B
Nix
Executable file
5 lines
86 B
Nix
Executable file
{ pkgs, ... }:
|
|
{
|
|
programs.zsh.enable = true;
|
|
users.defaultUserShell = pkgs.zsh;
|
|
}
|