13 lines
242 B
Nix
13 lines
242 B
Nix
{
|
|
programs = {
|
|
command-not-found.enable = true;
|
|
dircolors.enable = true;
|
|
|
|
zsh = {
|
|
enable = true;
|
|
syntaxHighlighting.enable = true;
|
|
autosuggestion.enable = true;
|
|
enableVteIntegration = true;
|
|
};
|
|
};
|
|
}
|