clean up bin scripts
This commit is contained in:
parent
9896e01617
commit
7fce13f5c2
2 changed files with 3 additions and 9 deletions
|
|
@ -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
|
||||
];
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue