add osu launch script
This commit is contained in:
parent
adfd624f6f
commit
0782725ff8
3 changed files with 24 additions and 1 deletions
|
|
@ -72,4 +72,13 @@
|
|||
services = {
|
||||
clipmenu.enable = true;
|
||||
};
|
||||
|
||||
home.file.".local/bin/ipc-bridge.exe".source = builtins.fetchurl {
|
||||
url = "https://github.com/0e4ef622/wine-discord-ipc-bridge/releases/download/v0.0.1/winediscordipcbridge.exe";
|
||||
sha256 = "1swn9spxpq6blm74kjmfz4ipq6a8qjzccvb2msb25pf5b1z7jnns";
|
||||
};
|
||||
home.file.".local/bin/osu" = {
|
||||
executable = true;
|
||||
source = ./scripts/osu;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue