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:
parent
1669525453
commit
b4840cfc60
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue