mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +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:
@@ -92,6 +92,8 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ khaneliman ];
|
||||
|
||||
imports = [
|
||||
(lib.mkChangedOptionModule
|
||||
[ "programs" "kitty" "theme" ]
|
||||
@@ -122,9 +124,6 @@ in
|
||||
)
|
||||
)
|
||||
];
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ khaneliman ];
|
||||
|
||||
options.programs.kitty = {
|
||||
enable = mkEnableOption "Kitty terminal emulator";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user