nixfiles/profiles/base/zsh.nix

5 lines
102 B
Nix

{pkgs, ...}: {
environment.pathsToLink = ["/share/zsh"];
environment.shells = with pkgs; [zsh];
}