fix more font woes
This commit is contained in:
parent
5e683d8138
commit
80278d8079
3 changed files with 26 additions and 21 deletions
|
|
@ -96,7 +96,6 @@
|
|||
maple-mono.NF
|
||||
newcomputermodern
|
||||
roboto
|
||||
dejavu-fonts
|
||||
];
|
||||
|
||||
xdg.portal = {
|
||||
|
|
@ -221,6 +220,25 @@
|
|||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = true;
|
||||
fonts = {
|
||||
emoji = {
|
||||
package = pkgs.maple-mono.NF;
|
||||
name = "Maple Mono NF";
|
||||
};
|
||||
monospace = {
|
||||
package = pkgs.maple-mono.NF;
|
||||
name = "Maple Mono NF";
|
||||
};
|
||||
sansSerif = {
|
||||
name = "Lexend";
|
||||
package = pkgs.lexend;
|
||||
};
|
||||
serif = {
|
||||
name = "Lexend";
|
||||
package = pkgs.lexend;
|
||||
};
|
||||
|
||||
};
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
|
||||
targets.plymouth.enable = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue