allow stylix to manage nixvim colors, add bold colors as bright in gnome-terminal

This commit is contained in:
Anthony Rodriguez 2024-08-27 00:54:25 +02:00
parent 5c9a98be85
commit 6766007382
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 1 additions and 5 deletions

View file

@ -25,6 +25,7 @@
visibleName = "nezia"; visibleName = "nezia";
default = true; default = true;
audibleBell = false; audibleBell = false;
boldIsBright = true;
font = "MonaspiceNe Nerd Font 14"; font = "MonaspiceNe Nerd Font 14";
}; };
}; };

View file

@ -7,11 +7,6 @@
viAlias = true; viAlias = true;
vimAlias = true; vimAlias = true;
colorschemes.catppuccin = {
enable = true;
settings = { flavour = "frappe"; };
};
performance.byteCompileLua.enable = true; performance.byteCompileLua.enable = true;
clipboard.providers.wl-copy.enable = true; clipboard.providers.wl-copy.enable = true;