From 2a64009e00c5be4a531266390e4420c3c5c1b6bd Mon Sep 17 00:00:00 2001 From: knockoff <36494048+knoc-off@users.noreply.github.com> Date: Sat, 20 Apr 2024 11:05:12 +0200 Subject: [PATCH] Update pyprland.nix Spelling mistake --- modules/services/pyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/pyprland.nix b/modules/services/pyprland.nix index 0f6f1aa69..b58bd580c 100644 --- a/modules/services/pyprland.nix +++ b/modules/services/pyprland.nix @@ -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;