sheldon: some fixes

This commit is contained in:
Kyure_A 2024-07-25 23:02:51 +09:00
parent 0c63255773
commit ea859bc3e3

View file

@ -4,9 +4,9 @@ with lib;
let
cfg = config.programs.sheldon;
tomlFormat = pkgs.formats.toml {};
tomlFormat = pkgs.formats.toml { };
in {
meta.maintainers = pkgs.sheldon.meta.maintainers;
inherit (pkgs.sheldon) meta;
options.programs.sheldon = {
enable = mkEnableOption "sheldon";