nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 22 lines 781 B view raw
1From a4ca664abfac0b7efa7dbc48c6438bc1a5333962 Mon Sep 17 00:00:00 2001 2From: Fazzi <faaris.ansari@proton.me> 3Date: Sat, 24 May 2025 20:55:50 +0100 4Subject: [PATCH] desktopFile: hide entry from app launchers 5 6--- 7 linux-release/com.steamgriddb.SGDBoop.desktop | 2 +- 8 1 file changed, 1 insertion(+), 1 deletion(-) 9 10diff --git a/linux-release/com.steamgriddb.SGDBoop.desktop b/linux-release/com.steamgriddb.SGDBoop.desktop 11index 9c84cdb..9899682 100644 12--- a/linux-release/com.steamgriddb.SGDBoop.desktop 13+++ b/linux-release/com.steamgriddb.SGDBoop.desktop 14@@ -4,7 +4,7 @@ Comment=Apply Steam assets from SteamGridDB 15 Exec=SGDBoop %U 16 Terminal=false 17 Type=Application 18-NoDisplay=false 19+NoDisplay=true 20 Icon=com.steamgriddb.SGDBoop 21 MimeType=x-scheme-handler/sgdb 22 Categories=Utility