mirror of
https://github.com/danth/stylix
synced 2024-11-10 14:44:16 +00:00
mako: Fix after home-manager switched from a program to a service (#53)
This commit is contained in:
parent
d4759279ce
commit
5887b53816
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ with config.stylix.fonts;
|
|||
|
||||
# Referenced https://github.com/stacyharper/base16-mako
|
||||
config = lib.mkIf config.stylix.targets.mako.enable {
|
||||
programs.mako = {
|
||||
services.mako = {
|
||||
backgroundColor = base00;
|
||||
borderColor = base0D;
|
||||
textColor = base05;
|
||||
|
|
Loading…
Reference in a new issue