This commit is contained in:
Sean Kovacs 2026-02-01 10:56:22 -05:00
commit e26702b83d
Signed by: sckova
GPG key ID: 00F325187C68651A
7 changed files with 33 additions and 22 deletions

View file

@ -86,7 +86,7 @@
name = lib.mkOption {
type = lib.types.str;
readOnly = true;
default = "NotoSansM Nerd Font Mono";
default = "FiraMono Nerd Font Mono";
};
size = lib.mkOption {
type = lib.types.int;
@ -96,7 +96,7 @@
package = lib.mkOption {
type = lib.types.package;
readOnly = true;
default = pkgs.nerd-fonts.noto;
default = pkgs.nerd-fonts.fira-mono;
};
};
fontEmoji = {