This commit is contained in:
Kat Inskip 2025-07-27 12:35:52 -07:00
parent e8f6d67625
commit 743741f976
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
10 changed files with 163 additions and 22 deletions

View file

@ -6,6 +6,20 @@
name = "Bibata-Modern-Ice";
size = 32;
};
fonts = {
sansSerif = {
name = "Jost";
package = pkgs.jost;
};
serif = {
name = "Libre Baskerville";
package = pkgs.libre-baskerville;
};
monospace = {
name = "Monaspace Krypton";
package = pkgs.monaspace;
};
};
autoEnable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/sakura.yaml";
};