Fix GoofCord launching as 'electron' by passing --class flag

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-09 19:36:57 +01:00
parent 5f32344cc5
commit a914726ca9

View file

@ -10,7 +10,16 @@
# ];
#})
mangohud
goofcord
(pkgs.symlinkJoin {
name = "goofcord-wrapped";
paths = [ goofcord ];
nativeBuildInputs = [ pkgs.makeWrapper ];
postBuild = ''
rm $out/bin/goofcord
makeWrapper ${goofcord}/bin/goofcord $out/bin/goofcord \
--add-flags "--class=GoofCord"
'';
})
lsfg-vk
lsfg-vk-ui
faugus-launcher