clean up bin scripts

This commit is contained in:
Noa Aarts 2024-03-01 16:36:41 +01:00
parent 9896e01617
commit 7fce13f5c2
2 changed files with 3 additions and 9 deletions

View file

@ -5,9 +5,7 @@
(symlinkJoin {
name = "spotify";
paths = [
(writeShellScriptBin "spotify" ''
exec ${spotify}/bin/spotify --enable-features=UseOzonePlatform --ozone-platform=wayland
'')
(writeShellScriptBin "spotify" ''${spotify}/bin/spotify --enable-features=UseOzonePlatform --ozone-platform=wayland'')
spotify
];
})