dots/users/price/conf/zsh/default.nix

9 lines
137 B
Nix
Raw Normal View History

{ ... }:
{
programs.zsh = {
enable = true;
enableCompletion = true;
initExtra = builtins.readFile ./init-extra.zsh;
};
}