diff options
author | stuebinm | 2022-02-12 22:54:43 +0100 |
---|---|---|
committer | stuebinm | 2022-02-12 22:54:43 +0100 |
commit | 78b7c50181f9a96d83c503a91055e5b01ae2ec16 (patch) | |
tree | 652cafc1011a2533116ede5ebbc213928ee10e5b /home | |
parent | e8b22eac84cd09af01c888421122656eb2384d27 (diff) |
home: add mako for notifications
Diffstat (limited to 'home')
-rw-r--r-- | home/home.nix | 10 |
1 files changed, 10 insertions, 0 deletions
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"; + }; + } |