mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
swaync: add khaneliman maintainer
This commit is contained in:
parent
9ee99be0c0
commit
9a97ac435e
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ let
|
|||
jsonFormat = pkgs.formats.json { };
|
||||
|
||||
in {
|
||||
meta.maintainers = [ lib.hm.maintainers.abayomi185 ];
|
||||
meta.maintainers =
|
||||
[ lib.hm.maintainers.abayomi185 lib.maintainers.khaneliman ];
|
||||
|
||||
options.services.swaync = {
|
||||
enable = lib.mkEnableOption "Swaync notification daemon";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue