mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
fix: clean-up
This commit is contained in:
parent
1ca6189cfd
commit
160be4bd90
11 changed files with 13 additions and 41 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue