fix: clean-up

This commit is contained in:
Kat Inskip 2023-01-29 15:44:57 -08:00
parent 1ca6189cfd
commit 160be4bd90
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
11 changed files with 13 additions and 41 deletions

View file

@ -13,11 +13,11 @@ in with lib; {
sass = {
variables = mkOption {
type = attrsOf str;
default = (cfg.palette // cfg.palette' // {
default = cfg.palette // cfg.palette' // {
term_font = "Iosevka";
font = "Iosevka";
font_size = "12px";
});
};
};
css_style = mkOption {
type = enum [ "nested" "compressed" "compact" "expanded" ];