mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
feat: change font stuff
This commit is contained in:
@@ -6,4 +6,14 @@ size = 16
|
||||
edging = "subpixelantialias"
|
||||
|
||||
[font.features]
|
||||
"FiraCode Nerd Font" = ["+zero", "+onum", "+ss04", "+cv19", "+cv23", "+ss09", "+cv27", "+ss06", "+ss07", "+ss10"]
|
||||
"FiraCode Nerd Font" = [
|
||||
"+zero",
|
||||
"+onum",
|
||||
"+ss04",
|
||||
"+cv19",
|
||||
"+cv23",
|
||||
"+ss09",
|
||||
"+ss06",
|
||||
"+ss07",
|
||||
"+ss10",
|
||||
]
|
||||
|
||||
@@ -21,16 +21,6 @@ let
|
||||
'';
|
||||
};
|
||||
};
|
||||
lualine-so-fancy = pkgs.vimUtils.buildVimPlugin {
|
||||
name = "lualine-so-fancy";
|
||||
version = "2128450";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "meuter";
|
||||
repo = "lualine-so-fancy.nvim";
|
||||
rev = "21284504fed2776668fdea8743a528774de5d2e1";
|
||||
hash = "sha256-JMz3Dv3poGoYQU+iq/jtgyHECZLx+6mLCvqUex/a0SY=";
|
||||
};
|
||||
};
|
||||
in {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
@@ -456,7 +446,6 @@ in {
|
||||
];
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
vim-mergetool
|
||||
lualine-so-fancy
|
||||
darkman
|
||||
rest-nvim
|
||||
plenary-nvim
|
||||
|
||||
Reference in New Issue
Block a user