5 lines
102 B
Nix
5 lines
102 B
Nix
{pkgs, ...}: {
|
|
environment.pathsToLink = ["/share/zsh"];
|
|
environment.shells = with pkgs; [zsh];
|
|
}
|