mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
fastfetch: add khaneliman maintainer
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user