mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: improve fonts
This commit is contained in:
@@ -14,14 +14,11 @@
|
|||||||
maximized = false;
|
maximized = false;
|
||||||
fork = true;
|
fork = true;
|
||||||
font = {
|
font = {
|
||||||
normal = [
|
normal = [ "FiraCode Nerd Font" ];
|
||||||
"Fira Code"
|
|
||||||
"Symbols Nerd Font Mono"
|
|
||||||
];
|
|
||||||
size = 12.75;
|
size = 12.75;
|
||||||
edging = "subpixelantialias";
|
edging = "subpixelantialias";
|
||||||
hinting = "full";
|
hinting = "full";
|
||||||
features."Fira Code" = [
|
features."FiraCode Nerd Font" = [
|
||||||
"+zero"
|
"+zero"
|
||||||
"+onum"
|
"+onum"
|
||||||
"+ss04"
|
"+ss04"
|
||||||
@@ -35,8 +32,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
#extraConfigLua = # lua
|
|
||||||
# "if vim.g.neovide then vim.opt.linespace = -1 end";
|
|
||||||
globals = {
|
globals = {
|
||||||
neovide_text_gamma = 0.0;
|
neovide_text_gamma = 0.0;
|
||||||
neovide_text_contrast = 0.0;
|
neovide_text_contrast = 0.0;
|
||||||
|
|||||||
Reference in New Issue
Block a user