mako: Fix after home-manager switched from a program to a service (#53)

This commit is contained in:
Damien Cassou 2023-03-23 19:06:59 +01:00 committed by GitHub
parent d4759279ce
commit 5887b53816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;