1
0
Fork 0
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:
Ilya Savitsky 2025-01-19 17:51:25 +00:00 committed by Ilya Savitsky
parent 3bee91c97e
commit f71b2f3cce
2 changed files with 7 additions and 1 deletions

View file

@ -634,4 +634,10 @@
github = "ALameLlama";
githubId = 55490546;
};
ipsavitsky = {
name = "Ilya Savitsky";
email = "ipsavitsky234@gmail.com";
github = "ipsavitsky";
githubId = 33558632;
};
}

View file

@ -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";