diff options
Diffstat (limited to 'common/.flake/home/services/mako.nix.org')
-rw-r--r-- | common/.flake/home/services/mako.nix.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/common/.flake/home/services/mako.nix.org b/common/.flake/home/services/mako.nix.org new file mode 100644 index 0000000..caa0240 --- /dev/null +++ b/common/.flake/home/services/mako.nix.org @@ -0,0 +1,13 @@ +#+title: Mako Configuration + +Enable =mako= to handle notifications. +#+begin_src nix :tangle ~/.flake/home/services/mako.nix :mkdirp yes +{ config, pkgs, ... }: + +{ + services.mako = { + enable = true; + backgroundColor = "#191916ff"; + }; +} +#+end_src |