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

btop: add khaneliman maintainer

This commit is contained in:
Austin Horstman 2025-01-30 12:28:56 -06:00
parent 34e28fc6dd
commit c72b699ec6

View file

@ -25,7 +25,7 @@ let
'';
in {
meta.maintainers = [ hm.maintainers.GaetanLepage ];
meta.maintainers = with lib.maintainers; [ GaetanLepage khaneliman ];
options.programs.btop = {
enable = mkEnableOption "btop";