2
0
Fork 0
mirror of https://github.com/danth/stylix synced 2025-02-20 15:28:33 +00:00

Add enable option for Mako 🚩

This commit is contained in:
Daniel Thwaites 2022-08-03 10:49:27 +01:00
parent 1669525453
commit b4840cfc60
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -3,8 +3,11 @@
with config.lib.stylix.colors.withHashtag;
with config.stylix.fonts;
{
options.stylix.targets.mako.enable =
config.lib.stylix.mkEnableTarget "Mako" true;
# Referenced https://github.com/stacyharper/base16-mako
home-manager.sharedModules = [{
config.home-manager.sharedModules = lib.mkIf config.stylix.targets.mako.enable [{
programs.mako = {
backgroundColor = base00;
borderColor = base0D;