fix more font woes
This commit is contained in:
parent
5e683d8138
commit
80278d8079
3 changed files with 26 additions and 21 deletions
|
|
@ -477,6 +477,10 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
@ -519,25 +523,6 @@ in
|
|||
};
|
||||
enable = true;
|
||||
polarity = "dark";
|
||||
fonts = {
|
||||
emoji = {
|
||||
name = "Maple Mono NF";
|
||||
package = pkgs.maple-mono.NF;
|
||||
};
|
||||
monospace = {
|
||||
name = "Maple Mono NF";
|
||||
package = pkgs.maple-mono.NF;
|
||||
};
|
||||
sansSerif = {
|
||||
name = "Lexend";
|
||||
package = pkgs.lexend;
|
||||
};
|
||||
serif = {
|
||||
name = "Lexend";
|
||||
package = pkgs.lexend;
|
||||
};
|
||||
|
||||
};
|
||||
opacity = {
|
||||
terminal = 0.2;
|
||||
popups = 0.66;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue