misc fixups

This commit is contained in:
2025-07-29 12:49:25 -04:00
parent 82d34571c8
commit bd1851f706
6 changed files with 35 additions and 32 deletions

View File

@@ -7,8 +7,8 @@
programs.kitty = {
enable = true;
font = {
package = lib.mkForce pkgs.fira-code;
name = lib.mkForce "Fira Code";
package = lib.mkForce pkgs.nerd-fonts.envy-code-r;
name = lib.mkForce "EnvyCodeR Nerd Font Mono";
size = lib.mkForce 20;
};