diff options
author | Franck Cuny <franck@fcuny.net> | 2023-03-04 14:12:14 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-03-04 14:12:14 -0800 |
commit | 1b44731363440a1514078992e566ed5c3a081d7e (patch) | |
tree | e3321ca4976f88a6e808dbfe27bf50bc1f23fb73 /home/wm | |
parent | flake.lock: Update (diff) | |
download | world-1b44731363440a1514078992e566ed5c3a081d7e.tar.gz |
fix(home/wm): `programs.mako' has been renamed to `services.mako'
See https://github.com/nix-community/home-manager/pull/3265
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 |