aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/home/mako.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/home/mako.nix')
-rw-r--r--nix/modules/home/mako.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/home/mako.nix b/nix/modules/home/mako.nix
index eb70eee..d9a4610 100644
--- a/nix/modules/home/mako.nix
+++ b/nix/modules/home/mako.nix
@@ -1,7 +1,7 @@
{ lib, config, sounds, ... }:
{
services.mako = {
- enable = true;
+ enable = lib.mkDefault config.monorepo.profiles.graphics.enable;
backgroundColor = "#11111bf8";
textColor = "#cdd6f4";
borderColor = "#89b4faff";