misc font fixes

This commit is contained in:
insects 2024-08-13 17:01:31 +02:00
parent 81c7182243
commit 43a4eb39f8
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
package = pkgs.fira; package = pkgs.fira;
}; };
bitmap = { bitmap = {
family = "Tamzen"; family = "TamzenForPowerline";
package = pkgs.tamzen; package = pkgs.tamzen;
}; };
}; };

View file

@ -53,8 +53,8 @@
}; };
fonts = { fonts = {
monospace = { monospace = {
name = "JetBrains Mono Nerd Font"; name = config.fontProfiles.monospace.family;
package = pkgs.nerdfonts.override { fonts = ["JetBrainsMono"]; }; package = config.fontProfiles.monospace.package;
}; };
}; };
targets.wofi.enable = false; targets.wofi.enable = false;