fix(home): firefox, themes, waybar, ...

This commit is contained in:
Kat Inskip 2022-07-26 12:13:44 -07:00
parent 5411cb3963
commit f9c9ce19b8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 6 additions and 42 deletions

View file

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