sheldon: format code

This commit is contained in:
Kyure_A 2024-07-26 00:31:47 +09:00
parent d7f0ae8970
commit 8e3e635cf1

View file

@ -4,7 +4,7 @@ with lib;
let
cfg = config.programs.sheldon;
tomlFormat = pkgs.formats.toml {};
tomlFormat = pkgs.formats.toml { };
cmd = "${config.home.profileDirectory}/bin/sheldon";
in {
meta.maintainers = pkgs.sheldon.meta.maintainers;
@ -22,10 +22,8 @@ in {
settings = mkOption {
inherit (tomlFormat) type;
default = { };
description = ''
'';
example = literalExpression ''
'';
description = "";
example = literalExpression "";
};
};