feat: whee

This commit is contained in:
Kat Inskip 2025-12-04 07:46:50 -08:00
parent 077753652f
commit 6f199833bf
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
17 changed files with 96 additions and 78 deletions

View file

@ -25,16 +25,16 @@
polarity = "dark";
fonts = {
sansSerif = {
name = "Atkinson Hyperlegible Next";
package = pkgs.atkinson-hyperlegible-next;
name = "M+2 Nerd Font";
package = pkgs.nerd-fonts."m+";
};
serif = {
name = "Libre Baskerville";
package = pkgs.libre-baskerville;
};
monospace = {
name = "Atkinson Hyperlegible Mono";
package = pkgs.atkinson-hyperlegible-mono;
name = "M+1Code Nerd Font Mono";
package = pkgs.nerd-fonts."m+";
};
};
autoEnable = true;