feat: update depreciated options

This commit is contained in:
tux
2025-05-02 02:22:46 +05:30
parent 380f2ebf1b
commit b074dacdcd
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
}; };
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
autosuggestion.enable = true; autosuggestion.enable = true;
initExtra = '' initContent = ''
fastfetch fastfetch
''; '';
}; };

View File

@ -39,7 +39,7 @@
name = "tux"; name = "tux";
search = { search = {
force = true; force = true;
default = "Google"; default = "google";
}; };
settings = { settings = {
"general.smoothScroll" = true; "general.smoothScroll" = true;

View File

@ -8,7 +8,7 @@
}; };
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
autosuggestion.enable = true; autosuggestion.enable = true;
initExtra = '' initContent = ''
nitch nitch
export WINIT_X11_SCALE_FACTOR=1 export WINIT_X11_SCALE_FACTOR=1
bindkey "^A" vi-beginning-of-line bindkey "^A" vi-beginning-of-line