diff options
-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"; + }; + } |