sheldon: format code
This commit is contained in:
parent
d7f0ae8970
commit
8e3e635cf1
|
@ -4,7 +4,7 @@ with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.programs.sheldon;
|
cfg = config.programs.sheldon;
|
||||||
tomlFormat = pkgs.formats.toml {};
|
tomlFormat = pkgs.formats.toml { };
|
||||||
cmd = "${config.home.profileDirectory}/bin/sheldon";
|
cmd = "${config.home.profileDirectory}/bin/sheldon";
|
||||||
in {
|
in {
|
||||||
meta.maintainers = pkgs.sheldon.meta.maintainers;
|
meta.maintainers = pkgs.sheldon.meta.maintainers;
|
||||||
|
@ -22,10 +22,8 @@ in {
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
inherit (tomlFormat) type;
|
inherit (tomlFormat) type;
|
||||||
default = { };
|
default = { };
|
||||||
description = ''
|
description = "";
|
||||||
'';
|
example = literalExpression "";
|
||||||
example = literalExpression ''
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue