mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-14 08:32:39 +02:00
fix: qq with inputmethod
This commit is contained in:
@@ -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 '"'
|
||||||
|
|||||||
Reference in New Issue
Block a user