mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 03:26:17 +00:00
feat: font stuff
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
extraConfig = ''
|
||||
symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E6AA,U+E700-U+E7C5,U+EA60-U+EBEB,U+F000-U+F2E0,U+F300-U+F32F,U+F400-U+F4A9,U+F500-U+F8FF,U+F0001-U+F1AF0 Symbols Nerd Font Mono
|
||||
|
||||
font_size 12.5
|
||||
font_size 12.75
|
||||
'';
|
||||
settings = {
|
||||
window_padding_width = 10;
|
||||
|
||||
@@ -14,10 +14,14 @@
|
||||
maximized = false;
|
||||
fork = true;
|
||||
font = {
|
||||
normal = [ "FiraCode Nerd Font" ];
|
||||
size = 12.5;
|
||||
normal = [
|
||||
"Fira Code"
|
||||
"Symbols Nerd Font Mono"
|
||||
];
|
||||
size = 12.75;
|
||||
edging = "subpixelantialias";
|
||||
features."FiraCode Nerd Font" = [
|
||||
hinting = "full";
|
||||
features."Fira Code" = [
|
||||
"+zero"
|
||||
"+onum"
|
||||
"+ss04"
|
||||
@@ -31,8 +35,8 @@
|
||||
};
|
||||
};
|
||||
programs.nixvim = {
|
||||
extraConfigLua = # lua
|
||||
"if vim.g.neovide then vim.opt.linespace = -1 end";
|
||||
#extraConfigLua = # lua
|
||||
# "if vim.g.neovide then vim.opt.linespace = -1 end";
|
||||
globals = {
|
||||
neovide_text_gamma = 0.0;
|
||||
neovide_text_contrast = 0.0;
|
||||
|
||||
@@ -24,8 +24,8 @@ in
|
||||
enable = true;
|
||||
globalstatus = true;
|
||||
sectionSeparators = {
|
||||
left = "";
|
||||
right = "";
|
||||
left = ""; # "";
|
||||
right = ""; # "";
|
||||
};
|
||||
componentSeparators = {
|
||||
left = "┊";
|
||||
@@ -36,8 +36,8 @@ in
|
||||
{
|
||||
name = "mode";
|
||||
separator = {
|
||||
right = "";
|
||||
left = "";
|
||||
right = ""; # "";
|
||||
left = ""; # "";
|
||||
};
|
||||
icon = "";
|
||||
}
|
||||
@@ -47,8 +47,8 @@ in
|
||||
{
|
||||
name = "location";
|
||||
separator = {
|
||||
right = "";
|
||||
left = "";
|
||||
right = ""; # "";
|
||||
left = ""; # "";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user