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;
};
bitmap = {
family = "Tamzen";
family = "TamzenForPowerline";
package = pkgs.tamzen;
};
};

View file

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