aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/services/mako.nix.org
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/services/mako.nix.org')
-rw-r--r--nixos/.flake/home/services/mako.nix.org13
1 files changed, 13 insertions, 0 deletions
diff --git a/nixos/.flake/home/services/mako.nix.org b/nixos/.flake/home/services/mako.nix.org
new file mode 100644
index 0000000..caa0240
--- /dev/null
+++ b/nixos/.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