diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-03 13:47:51 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-03 16:36:00 +0530 |
commit | 4311eaf183976752acdf5624ea68516cac6f0d94 (patch) | |
tree | a1448c41210ff6328a9408dd9a649b2be905eaba /home/wayland/modules/mako.nix | |
parent | ede767c80ef9a88139219f686aa763031575091b (diff) |
home/wayland/sway: init
Diffstat (limited to 'home/wayland/modules/mako.nix')
-rw-r--r-- | home/wayland/modules/mako.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/home/wayland/modules/mako.nix b/home/wayland/modules/mako.nix deleted file mode 100644 index 4280fdf..0000000 --- a/home/wayland/modules/mako.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ ... }: { - services.mako = { - enable = true; - defaultTimeout = 3000; - - borderSize = 2; - backgroundColor = "#000000"; - }; -} |