mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:50:44 +08:00
treewide: meta.maintainers at top
Just make it consistent throughout codebase and easier to find maintainers for a module. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -12,6 +12,8 @@ let
|
||||
cfg = config.nix;
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
options = {
|
||||
nix = {
|
||||
buildMachines = mkOption {
|
||||
@@ -202,6 +204,4 @@ in
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
meta.maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
}
|
||||
|
||||
@@ -147,6 +147,8 @@ let
|
||||
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ ];
|
||||
|
||||
options.nix = {
|
||||
enable =
|
||||
mkEnableOption ''
|
||||
@@ -359,6 +361,4 @@ in
|
||||
xdg.configFile."nix/nix.conf".source = nixConf;
|
||||
})
|
||||
]);
|
||||
|
||||
meta.maintainers = [ ];
|
||||
}
|
||||
|
||||
@@ -8,6 +8,8 @@ let
|
||||
cfg = config.xdg.terminal-exec;
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ nukdokplex ];
|
||||
|
||||
options = {
|
||||
xdg.terminal-exec = {
|
||||
enable = lib.mkEnableOption ''
|
||||
@@ -50,6 +52,4 @@ in
|
||||
) { text = lib.concatLines terminals; }
|
||||
) cfg.settings;
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ nukdokplex ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user