From 5887b5381626d27f40d0ca4813388ac619913b87 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Thu, 23 Mar 2023 19:06:59 +0100 Subject: [PATCH] mako: Fix after home-manager switched from a program to a service (#53) --- modules/mako/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mako/hm.nix b/modules/mako/hm.nix index a7601260..a131c551 100644 --- a/modules/mako/hm.nix +++ b/modules/mako/hm.nix @@ -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;