mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
bacon: add default value for settings
Currently you need to specify the settings if you want to use bacon, but the empty settings works and is the default upstream: - <https://dystroy.org/bacon/config/> - [default `prefs.toml`][1] [1] https://raw.githubusercontent.com/Canop/bacon/main/defaults/default-prefs.toml
This commit is contained in:
parent
c32a44f19f
commit
c7d3e568e3
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ in {
|
||||||
|
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
type = settingsFormat.type;
|
type = settingsFormat.type;
|
||||||
|
default = { };
|
||||||
example = {
|
example = {
|
||||||
jobs.default = {
|
jobs.default = {
|
||||||
command = [ "cargo" "build" "--all-features" "--color" "always" ];
|
command = [ "cargo" "build" "--all-features" "--color" "always" ];
|
||||||
|
|
Loading…
Reference in a new issue