From ae34edf006d53a024272af7db61e4c94ad747593 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Sun, 26 Mar 2023 19:21:06 +0100 Subject: [PATCH] Revert mako change which requires unstable :rewind: This reverts commit 5887b5381626d27f40d0ca4813388ac619913b87. --- 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 a131c55..a760126 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 { - services.mako = { + programs.mako = { backgroundColor = base00; borderColor = base0D; textColor = base05;