users/rin: remove ipcbridge for now

This commit is contained in:
LavaDesu 2022-02-02 01:24:59 +07:00
parent 069708264d
commit 825120f549
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 0 additions and 7 deletions

View file

@ -1,3 +0,0 @@
#!/usr/bin/env sh
PROTON_REMOTE_DEBUG_CMD="{{BRIDGE_EXEC}}" PRESSURE_VESSEL_FILESYSTEMS_RW="$XDG_RUNTIME_DIR/discord-ipc-0" "$@"

View file

@ -46,10 +46,6 @@
url = "https://github.com/0e4ef622/wine-discord-ipc-bridge/releases/download/v0.0.1/winediscordipcbridge.exe";
sha256 = "1swn9spxpq6blm74kjmfz4ipq6a8qjzccvb2msb25pf5b1z7jnns";
};
home.file.".local/bin/ipcbridge" = {
executable = true;
text = lib.strings.replaceStrings ["{{BRIDGE_EXEC}}"] [pkgs.me.wine-discord-ipc-bridge.outPath] (builtins.readFile ../../scripts/ipcbridge);
};
home.file.".local/bin/osu" = {
executable = true;
source = ../../scripts/osu;