fix: qq with inputmethod

This commit is contained in:
Ryan Yin
2025-09-01 14:45:32 +08:00
parent a1d51ffe0c
commit e14c197e8f
+1 -1
View File
@@ -5,7 +5,7 @@
makeDesktopItem { makeDesktopItem {
name = "qq"; name = "qq";
desktopName = "QQ"; desktopName = "QQ";
exec = "${qq}/bin/qq %U"; exec = "qq %U";
terminal = false; terminal = false;
# To find the icon name(nushell): # To find the icon name(nushell):
# let p = NIXPKGS_ALLOW_UNFREE=1 nix eval --impure nixpkgs#qq.outPath | str trim --char '"' # let p = NIXPKGS_ALLOW_UNFREE=1 nix eval --impure nixpkgs#qq.outPath | str trim --char '"'