fix more font woes

This commit is contained in:
Noa Aarts 2025-08-17 08:49:43 +02:00
parent 5e683d8138
commit 80278d8079
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 26 additions and 21 deletions

View file

@ -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;