From 1b44731363440a1514078992e566ed5c3a081d7e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 4 Mar 2023 14:12:14 -0800 Subject: fix(home/wm): `programs.mako' has been renamed to `services.mako' See https://github.com/nix-community/home-manager/pull/3265 --- home/wm/mako/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/wm') 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 -- cgit 1.4.1