6 lines
102 B
Nix
6 lines
102 B
Nix
{ ... }: {
|
|
programs = {
|
|
zsh.enable = true;
|
|
};
|
|
environment.pathsToLink = [ "/share/zsh" ];
|
|
}
|