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

direnv: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2025-01-30 12:30:18 -06:00
parent 6a98897946
commit 5a3f7c6d07

View file

@ -19,7 +19,7 @@ in {
"Flake support is now always enabled.")
];
meta.maintainers = [ lib.maintainers.rycee lib.maintainers.shikanime ];
meta.maintainers = with lib.maintainers; [ khaneliman rycee shikanime ];
options.programs.direnv = {
enable = mkEnableOption "direnv, the environment switcher";