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:
parent
6a98897946
commit
5a3f7c6d07
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue