diff --git a/modules/programs/bacon.nix b/modules/programs/bacon.nix index 8253c4e5..a24d9ffe 100644 --- a/modules/programs/bacon.nix +++ b/modules/programs/bacon.nix @@ -17,6 +17,7 @@ in { settings = mkOption { type = settingsFormat.type; + default = { }; example = { jobs.default = { command = [ "cargo" "build" "--all-features" "--color" "always" ];