1
0
Fork 0

configuration: remove warnings

This commit is contained in:
Antoine Langlois 2024-03-18 19:36:12 +01:00
parent dc0f7ef29a
commit b71db22bba
Signed by: DataHearth
GPG Key ID: 946E2D0C410C7B3D
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
zsh = {
enable = true;
enableCompletion = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
syntaxHighlighting = {
enable = true;
};

View File

@ -1,4 +1,4 @@
{
enable = true;
autoClose = true;
settings.auto_close = true;
}