From d1ed945f9de2eb5d6e1f24cf927aea1eec3a6902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Thu, 18 Dec 2025 22:04:32 +0100 Subject: [PATCH] airgorah: fix typo `dessktopItems` --- pkgs/by-name/ai/airgorah/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ai/airgorah/package.nix b/pkgs/by-name/ai/airgorah/package.nix index bd9710c940b5..82b9c16d7646 100644 --- a/pkgs/by-name/ai/airgorah/package.nix +++ b/pkgs/by-name/ai/airgorah/package.nix @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec { install -Dm644 icons/app_icon.png $out/share/icons/hicolor/1024x1024/apps/airgorah.png ''; - dessktopItems = [ + desktopItems = [ (makeDesktopItem { name = "airgorah"; comment = "A WiFi auditing software that can perform deauth attacks and passwords cracking";