aaaa, font things
This commit is contained in:
parent
2d78b803b1
commit
0c52dc1241
1 changed files with 22 additions and 16 deletions
|
|
@ -40,8 +40,7 @@ let
|
|||
'';
|
||||
in
|
||||
{
|
||||
imports =
|
||||
[
|
||||
imports = [
|
||||
# I made some cursed modules (waybar is the worst)
|
||||
../../modules
|
||||
# Was too lazy to do fully declarative nvim, so the lua is hidden there as well
|
||||
|
|
@ -512,7 +511,10 @@ in
|
|||
};
|
||||
enable = true;
|
||||
fonts = {
|
||||
emoji = config.stylix.fonts.monospace;
|
||||
emoji = {
|
||||
name = "Maple Mono NF";
|
||||
package = pkgs.maple-mono.NF;
|
||||
};
|
||||
monospace = {
|
||||
name = "Maple Mono NF";
|
||||
package = pkgs.maple-mono.NF;
|
||||
|
|
@ -521,7 +523,11 @@ in
|
|||
name = "Lexend";
|
||||
package = pkgs.lexend;
|
||||
};
|
||||
serif = config.stylix.fonts.sansSerif;
|
||||
serif = {
|
||||
name = "Lexend";
|
||||
package = pkgs.lexend;
|
||||
};
|
||||
|
||||
};
|
||||
opacity = {
|
||||
terminal = 0.2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue