mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
sheldon: some fixes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user