This commit is contained in:
iFargle 2024-02-08 12:20:38 +09:00
parent 0bf11107ae
commit 540ff199d3

View file

@ -8,7 +8,6 @@
options = { options = {
number = true; number = true;
shiftwidth = 2; shiftwidth = 2;
colorscheme = lib.mkForce "everforest";
}; };
plugins = { plugins = {
telescope.enable = true; telescope.enable = true;
@ -47,6 +46,8 @@
]; ];
}; };
}; };
colorscheme = lib.mkForce "everforest";
colorschemes = { colorschemes = {
tokyonight.enable = true; tokyonight.enable = true;
gruvbox.enable = true; gruvbox.enable = true;