mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
feat: update depreciated options
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
};
|
};
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
initExtra = ''
|
initContent = ''
|
||||||
fastfetch
|
fastfetch
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user