allow stylix to manage nixvim colors, add bold colors as bright in gnome-terminal
This commit is contained in:
parent
5c9a98be85
commit
6766007382
2 changed files with 1 additions and 5 deletions
|
@ -25,6 +25,7 @@
|
|||
visibleName = "nezia";
|
||||
default = true;
|
||||
audibleBell = false;
|
||||
boldIsBright = true;
|
||||
font = "MonaspiceNe Nerd Font 14";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -7,11 +7,6 @@
|
|||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
settings = { flavour = "frappe"; };
|
||||
};
|
||||
|
||||
performance.byteCompileLua.enable = true;
|
||||
|
||||
clipboard.providers.wl-copy.enable = true;
|
||||
|
|
Loading…
Reference in a new issue