mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 09:46:34 +05:30
feat: update depreciated options
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
name = "tux";
|
||||
search = {
|
||||
force = true;
|
||||
default = "Google";
|
||||
default = "google";
|
||||
};
|
||||
settings = {
|
||||
"general.smoothScroll" = true;
|
||||
|
@ -8,7 +8,7 @@
|
||||
};
|
||||
syntaxHighlighting.enable = true;
|
||||
autosuggestion.enable = true;
|
||||
initExtra = ''
|
||||
initContent = ''
|
||||
nitch
|
||||
export WINIT_X11_SCALE_FACTOR=1
|
||||
bindkey "^A" vi-beginning-of-line
|
||||
|
Reference in New Issue
Block a user