some changes on stylix

This commit is contained in:
afoucaultc 2026-07-05 16:52:50 +02:00
parent 124f7f478b
commit 4e9ed4eb9f
19 changed files with 92 additions and 73 deletions

View file

@ -2,7 +2,7 @@
{
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/spaceduck.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/solarized-dark.yaml";
cursor = {
package = pkgs.bibata-cursors;
@ -13,7 +13,7 @@
fonts = {
monospace = {
package = pkgs.nerd-fonts.jetbrains-mono;
name = "JetBrainsMono Nerd Font Mono";
name = "Noto Sans Mono";
};
sansSerif = {
package = pkgs.texlivePackages.luciole;
@ -24,5 +24,6 @@
terminal = 12;
};
};
polarity = "dark";
};
}