From a180de7bc76345b23e6b4f6fdf52e533c0780520 Mon Sep 17 00:00:00 2001 From: Mathis H Date: Wed, 21 Feb 2024 17:54:12 -0500 Subject: [PATCH] nix: add default empty list for listeners option --- nix/hm-module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 4e6ed0b..89c884e 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -44,6 +44,7 @@ in { }; }; }); + default = []; }; lockCmd = mkOption {