fonts.nix: add custom iosevka
This commit is contained in:
parent
c1f07db669
commit
98c4a597e9
1 changed files with 15 additions and 0 deletions
|
@ -1,5 +1,19 @@
|
||||||
{pkgs, ...}: let
|
{pkgs, ...}: let
|
||||||
inherit (builtins) mapAttrs;
|
inherit (builtins) mapAttrs;
|
||||||
|
|
||||||
|
custom-iosevka = pkgs.iosevka.override {
|
||||||
|
privateBuildPlan = {
|
||||||
|
family = "Iosevka Custom";
|
||||||
|
spacing = "normal";
|
||||||
|
serifs = "sans";
|
||||||
|
|
||||||
|
noCvSs = true;
|
||||||
|
exportGlyphNames = false;
|
||||||
|
variants.inherits = "ss15";
|
||||||
|
ligations.inherits = "dlig";
|
||||||
|
};
|
||||||
|
set = "Fancy";
|
||||||
|
};
|
||||||
in {
|
in {
|
||||||
# A (somewhat) sane list of fonts to be installed.
|
# A (somewhat) sane list of fonts to be installed.
|
||||||
fonts = {
|
fonts = {
|
||||||
|
@ -34,6 +48,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
# custom-iosevka
|
||||||
material-icons
|
material-icons
|
||||||
material-design-icons
|
material-design-icons
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue