Update modules/services/pyprland.nix

Co-authored-by: Robert Helgesson <robert@rycee.net>
This commit is contained in:
knockoff 2024-04-23 12:17:48 +02:00 committed by GitHub
parent 2a64009e00
commit 60b5af9bab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ let
settingsFormat = pkgs.formats.toml { };
in with lib; {
meta.maintainers = [ maintainers.knoc-off ];
meta.maintainers = [ hm.maintainers.knoc-off ];
options.services.pyprland = {
enable = mkEnableOption "pyprland";