mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +00:00
fastfetch: add khaneliman maintainer
This commit is contained in:
parent
5a3f7c6d07
commit
a77b2c186a
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ let
|
|||
|
||||
jsonFormat = pkgs.formats.json { };
|
||||
in {
|
||||
meta.maintainers = with lib.hm.maintainers; [ afresquet ];
|
||||
meta.maintainers =
|
||||
[ lib.hm.maintainers.afresquet lib.maintainers.khaneliman ];
|
||||
|
||||
options.programs.fastfetch = {
|
||||
enable = mkEnableOption "Fastfetch";
|
||||
|
|
Loading…
Add table
Reference in a new issue