misc font fixes
This commit is contained in:
parent
81c7182243
commit
43a4eb39f8
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
package = pkgs.fira;
|
||||
};
|
||||
bitmap = {
|
||||
family = "Tamzen";
|
||||
family = "TamzenForPowerline";
|
||||
package = pkgs.tamzen;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue