feat: further fixups

This commit is contained in:
Kat Inskip 2023-01-29 10:02:24 -08:00
parent 97a26b38ba
commit 1ca6189cfd
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
10 changed files with 46 additions and 30 deletions

View file

@ -14,8 +14,8 @@ in with lib; {
variables = mkOption {
type = attrsOf str;
default = (cfg.palette // cfg.palette' // {
term_font = "Iosevka Comfy";
font = "Iosevka Comfy";
term_font = "Iosevka";
font = "Iosevka";
font_size = "12px";
});
};