mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: further fixups
This commit is contained in:
parent
97a26b38ba
commit
1ca6189cfd
10 changed files with 46 additions and 30 deletions
|
|
@ -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";
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue