summaryrefslogtreecommitdiff
path: root/home/wayland/modules/sway/mako.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/wayland/modules/sway/mako.nix')
-rw-r--r--home/wayland/modules/sway/mako.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/home/wayland/modules/sway/mako.nix b/home/wayland/modules/sway/mako.nix
new file mode 100644
index 0000000..4280fdf
--- /dev/null
+++ b/home/wayland/modules/sway/mako.nix
@@ -0,0 +1,9 @@
+{ ... }: {
+ services.mako = {
+ enable = true;
+ defaultTimeout = 3000;
+
+ borderSize = 2;
+ backgroundColor = "#000000";
+ };
+}