mirror of
https://github.com/nix-community/home-manager
synced 2025-01-30 21:05:02 +01:00
mods: add ipsavitsky as maintainer
This commit is contained in:
parent
3bee91c97e
commit
f71b2f3cce
2 changed files with 7 additions and 1 deletions
|
@ -634,4 +634,10 @@
|
|||
github = "ALameLlama";
|
||||
githubId = 55490546;
|
||||
};
|
||||
ipsavitsky = {
|
||||
name = "Ilya Savitsky";
|
||||
email = "ipsavitsky234@gmail.com";
|
||||
github = "ipsavitsky";
|
||||
githubId = 33558632;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ let
|
|||
cfg = config.programs.mods;
|
||||
yamlFormat = pkgs.formats.yaml { };
|
||||
in {
|
||||
meta.maintainers = [ ];
|
||||
meta.maintainers = [ hm.maintainers.ipsavitsky ];
|
||||
|
||||
options.programs.mods = {
|
||||
enable = mkEnableOption "mods";
|
||||
|
|
Loading…
Add table
Reference in a new issue