feat: various things, particularly vr

This commit is contained in:
Kat Inskip 2025-11-11 22:28:30 -08:00
parent e9b291078d
commit 7e70c182e5
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
24 changed files with 337 additions and 65 deletions

View file

@ -25,16 +25,16 @@
polarity = "dark";
fonts = {
sansSerif = {
name = "CozetteCrossedSevenVector";
package = pkgs.cozette;
name = "Atkinson Hyperlegible Next";
package = pkgs.atkinson-hyperlegible-next;
};
serif = {
name = "Libre Baskerville";
package = pkgs.libre-baskerville;
};
monospace = {
name = "CozetteCrossedSevenVector";
package = pkgs.cozette;
name = "Atkinson Hyperlegible Mono";
package = pkgs.atkinson-hyperlegible-mono;
};
};
autoEnable = true;