From 78b7c50181f9a96d83c503a91055e5b01ae2ec16 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 12 Feb 2022 22:54:43 +0100 Subject: home: add mako for notifications --- home/home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/home/home.nix b/home/home.nix index 393e8a2..23044bf 100644 --- a/home/home.nix +++ b/home/home.nix @@ -237,4 +237,14 @@ }; }; + + programs.mako = { + enable = true; + backgroundColor = "#ff00ff80"; + borderColor = "#ff00ff"; + defaultTimeout = 5000; # milliseconds + padding = "10"; + output = "DVI-I-1"; + }; + } -- cgit v1.2.3