profiles/gui: iosevka -> iosevka-bin

This commit is contained in:
kat witch 2021-09-12 15:04:00 +01:00
parent 05f5b4358f
commit 2ce2f1e6b1
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 4 additions and 4 deletions

View file

@ -38,11 +38,11 @@ let cfg = config.kw.theme; in
font = {
name = mkOption {
type = types.str;
default = "Iosevka";
default = "Iosevka SS10";
};
termName = mkOption {
type = types.str;
default = "Iosevka Term";
default = "Iosevka Term SS10";
};
size = mkOption {
type = types.float;

View file

@ -16,9 +16,9 @@
};
fonts.fonts = with pkgs; [
iosevka
emacs-all-the-icons-fonts
font-awesome
cozette
twitter-color-emoji
];
] ++ map (variant: iosevka-bin.override { inherit variant; } ) [ "" "ss10" "aile" ];
}