From 4b3843e283a0df1b7ab762459c416e91604a3c7e Mon Sep 17 00:00:00 2001 From: GGORG Date: Sat, 27 Apr 2024 16:38:42 +0200 Subject: [PATCH] Nix/HM module: fix typo (#166) --- nix/hm-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 15030e1..500ff11 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -20,7 +20,7 @@ in { enable = mkEnableOption "Hyprpaper, Hyprland's wallpaper utility"; package = mkOption { - description = "The hyprpapr package"; + description = "The hyprpaper package"; type = package; default = self.packages.${pkgs.stdenv.hostPlatform.system}.hyprpaper; };