1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-06 16:57:03 +00:00

neovim: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2025-01-30 12:25:14 -06:00
parent c3031a0e8c
commit 06bc354189

View file

@ -95,6 +95,8 @@ in {
'')
];
meta.maintainers = with lib.maintainers; [ khaneliman ];
options = {
programs.neovim = {
enable = mkEnableOption "Neovim";