users/rin: remove ipcbridge for now
This commit is contained in:
parent
069708264d
commit
825120f549
2 changed files with 0 additions and 7 deletions
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
PROTON_REMOTE_DEBUG_CMD="{{BRIDGE_EXEC}}" PRESSURE_VESSEL_FILESYSTEMS_RW="$XDG_RUNTIME_DIR/discord-ipc-0" "$@"
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue