diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 4c76ef1..900fa72 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -14,6 +14,8 @@ postFixup = (old.postFixup or "") + '' substituteInPlace $out/bin/goofcord \ --replace-fail 'exec -a "$0"' 'NIXOS_OZONE_WL=1 exec -a "$0"' + substituteInPlace $out/share/applications/goofcord.desktop \ + --replace-fail 'StartupWMClass=GoofCord' 'StartupWMClass=goofcord' ''; })) lsfg-vk