mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
zellij: add khaneliman maintainer
This commit is contained in:
parent
8303a280fe
commit
2f3ecd8202
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ let
|
|||
cfg = config.programs.zellij;
|
||||
yamlFormat = pkgs.formats.yaml { };
|
||||
in {
|
||||
meta.maintainers = [ lib.hm.maintainers.mainrs ];
|
||||
meta.maintainers = [ lib.maintainers.khaneliman lib.hm.maintainers.mainrs ];
|
||||
|
||||
options.programs.zellij = {
|
||||
enable = lib.mkEnableOption "Zellij";
|
||||
|
|
Loading…
Add table
Reference in a new issue