diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 506cd95..89479ed 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -228,9 +228,7 @@ in { }; }; }); - default = [ - {} - ]; + default = []; }; input-fields = mkOption { @@ -484,9 +482,7 @@ in { } // shadow; }); - default = [ - {} - ]; + default = []; }; };