Switch to pre-packaged Iosevka Nerd Font for now so I can use the Propo variant
This commit is contained in:
parent
0f0b82837b
commit
6477e0c054
|
@ -232,8 +232,8 @@
|
|||
name = inputs.iosevka-custom.outputs.names.iosevka-custom-aile;
|
||||
};
|
||||
monospace = {
|
||||
package = inputs.iosevka-custom.outputs.packages.${pkgs.system}.iosevka-custom-nerdfont;
|
||||
name = inputs.iosevka-custom.outputs.names.iosevka-custom-nerdfont;
|
||||
package = pkgs.nerdfonts.override { fonts = [ "Iosevka" ]; };
|
||||
name = "Iosevka Nerd Font Propo";
|
||||
};
|
||||
sizes = {
|
||||
applications = 12;
|
||||
|
@ -243,27 +243,10 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
fonts = {
|
||||
packages =
|
||||
(with config.stylix.fonts; [
|
||||
serif.package
|
||||
sansSerif.package
|
||||
monospace.package
|
||||
emoji.package
|
||||
])
|
||||
++ (with pkgs; [
|
||||
liberation_ttf # General compatibility
|
||||
fonts.packages = with pkgs; [
|
||||
dejavu_fonts # General compatibility
|
||||
liberation_ttf # Documents
|
||||
lmodern # LaTeX
|
||||
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
||||
]);
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = with config.stylix.fonts; {
|
||||
serif = [ serif.name ];
|
||||
sansSerif = [ sansSerif.name ];
|
||||
monospace = [ monospace.name ];
|
||||
emoji = [ emoji.name ];
|
||||
};
|
||||
};
|
||||
};
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue