misc font fixes
This commit is contained in:
parent
81c7182243
commit
43a4eb39f8
2 changed files with 3 additions and 3 deletions
|
@ -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
Add a link
Reference in a new issue