1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 13:03:33 +02:00

eww: fix maintainer referencee

This commit is contained in:
Robert Helgesson 2022-02-17 22:34:21 +01:00
parent 498c188e62
commit 5375afb2fb
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -7,7 +7,7 @@ let
cfg = config.programs.eww;
in {
meta.maintainers = [ maintainers.mainrs ];
meta.maintainers = [ hm.maintainers.mainrs ];
options.programs.eww = {
enable = mkEnableOption "eww";