Update pyprland.nix

Spelling mistake
This commit is contained in:
knockoff 2024-04-20 11:05:12 +02:00 committed by GitHub
parent d63ef9f125
commit 2a64009e00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ in with lib; {
meta.maintainers = [ maintainers.knoc-off ];
options.services.pyprland = {
enable = mkEnableOption "pyperland";
enable = mkEnableOption "pyprland";
package = mkOption {
default = pkgs.pyprland;