clean up bin scripts
This commit is contained in:
parent
9896e01617
commit
7fce13f5c2
2 changed files with 3 additions and 9 deletions
|
|
@ -5,12 +5,8 @@
|
||||||
(symlinkJoin {
|
(symlinkJoin {
|
||||||
name = "discord";
|
name = "discord";
|
||||||
paths = [
|
paths = [
|
||||||
(writeShellScriptBin "discord" ''
|
(writeShellScriptBin "discord" ''${discord}/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
||||||
exec ${discord}/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
(writeShellScriptBin "Discord" ''${discord}/bin/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
||||||
'')
|
|
||||||
(writeShellScriptBin "Discord" ''
|
|
||||||
exec ${discord}/bin/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
|
||||||
'')
|
|
||||||
discord
|
discord
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,7 @@
|
||||||
(symlinkJoin {
|
(symlinkJoin {
|
||||||
name = "spotify";
|
name = "spotify";
|
||||||
paths = [
|
paths = [
|
||||||
(writeShellScriptBin "spotify" ''
|
(writeShellScriptBin "spotify" ''${spotify}/bin/spotify --enable-features=UseOzonePlatform --ozone-platform=wayland'')
|
||||||
exec ${spotify}/bin/spotify --enable-features=UseOzonePlatform --ozone-platform=wayland
|
|
||||||
'')
|
|
||||||
spotify
|
spotify
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue