diff options
Diffstat (limited to '')
-rw-r--r-- | home/wm/mako/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/wm/mako/default.nix b/home/wm/mako/default.nix index 665707d..9c2de6e 100644 --- a/home/wm/mako/default.nix +++ b/home/wm/mako/default.nix @@ -13,7 +13,7 @@ in }; # All the options are documented via `man 5 mako` - programs.mako = { + services.mako = { enable = true; layer = "overlay"; # The timeout value is in millisecond |