mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-26 01:54:24 +02:00
home-profile: restore old zsh settings name to work on stable
This commit is contained in:
parent
78ee10572a
commit
b9397c8fd4
@ -60,8 +60,8 @@ in
|
|||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autosuggestion.enable = true;
|
enableAutosuggestions = true;
|
||||||
syntaxHighlighting.enable = true;
|
enableSyntaxHighlighting = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
historySubstringSearch.enable = true;
|
historySubstringSearch.enable = true;
|
||||||
historySubstringSearch.searchUpKey = ";5A";
|
historySubstringSearch.searchUpKey = ";5A";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user