mirror of
https://github.com/danth/stylix
synced 2024-11-22 12:13:08 +00:00
Avoid IFD in Kitty module (#160)
This commit is contained in:
parent
4d76e2da7c
commit
eb007b79bd
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@ in {
|
||||||
size = config.stylix.fonts.sizes.terminal;
|
size = config.stylix.fonts.sizes.terminal;
|
||||||
};
|
};
|
||||||
settings.background_opacity = with config.stylix.opacity; "${builtins.toString terminal}";
|
settings.background_opacity = with config.stylix.opacity; "${builtins.toString terminal}";
|
||||||
extraConfig = builtins.readFile theme;
|
extraConfig = ''
|
||||||
|
include ${theme}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue