Price Hiller
f4e3c4a7eb
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m3s
9 lines
137 B
Nix
9 lines
137 B
Nix
{ ... }:
|
|
{
|
|
programs.zsh = {
|
|
enable = true;
|
|
enableCompletion = true;
|
|
initExtra = builtins.readFile ./init-extra.zsh;
|
|
};
|
|
}
|