mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
sheldon: add mainrs as maintainer
This commit is contained in:
parent
fbd892591c
commit
9e7fafde5d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
||||||
tomlFormat = pkgs.formats.toml { };
|
tomlFormat = pkgs.formats.toml { };
|
||||||
sheldonCmd = "${config.home.profileDirectory}/bin/sheldon";
|
sheldonCmd = "${config.home.profileDirectory}/bin/sheldon";
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ maintainers.Kyure-A ];
|
meta.maintainers = with maintainers; [ Kyure-A mainrs ];
|
||||||
|
|
||||||
options.programs.sheldon = {
|
options.programs.sheldon = {
|
||||||
enable = mkEnableOption "sheldon";
|
enable = mkEnableOption "sheldon";
|
||||||
|
|
Loading…
Reference in a new issue