diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-06-11 11:14:02 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-06-11 11:14:02 +0530 |
commit | 0cd46475b7082e131c3d26174d950cb4c480fb80 (patch) | |
tree | 47a08dca9a0a4948f89d1c8e6cb6452c588f5d1f /home | |
parent | aee9216af6875662235fd8839a827e724e53c845 (diff) |
flake: bump lock
Diffstat (limited to 'home')
-rw-r--r-- | home/wayland/modules/sway/mako.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/home/wayland/modules/sway/mako.nix b/home/wayland/modules/sway/mako.nix index a0b4fc6..2436371 100644 --- a/home/wayland/modules/sway/mako.nix +++ b/home/wayland/modules/sway/mako.nix @@ -15,10 +15,11 @@ in services.mako = { enable = true; - defaultTimeout = 3000; - - inherit font; - borderSize = 2; - backgroundColor = "#000000"; + settings = { + inherit font; + default-timeout = 3000; + border-size = 3; + background-color = "#000000"; + }; }; } |