configuration.nix/system.rico/programs/default.nix

6 lines
102 B
Nix

{ ... }: {
programs = {
zsh.enable = true;
};
environment.pathsToLink = [ "/share/zsh" ];
}