8 lines
176 B
Nix
8 lines
176 B
Nix
{
|
|
programs.zsh = {
|
|
enable = true;
|
|
enableCompletion = true;
|
|
enableVteIntegration = true;
|
|
# TODO: Look into whether we need to add the history attribute
|
|
};
|
|
}
|