variable typeface

This commit is contained in:
Noa Aarts 2025-04-03 14:14:49 +02:00
parent 5e4357a81c
commit d779a7cc21
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -517,8 +517,11 @@ in
name = "Maple Mono NF";
package = pkgs.maple-mono.NF;
};
sansSerif = config.stylix.fonts.monospace;
serif = config.stylix.fonts.monospace;
sansSerif = {
name = "Lexend";
package = pkgs.lexend;
};
serif = config.stylix.fonts.sansSerif;
};
opacity = {
terminal = 0.2;