Skip to content

Commit

Permalink
[desktops] scripts: fix mpv-url
Browse files Browse the repository at this point in the history
  • Loading branch information
billy4479 committed Feb 18, 2025
1 parent 448fc9e commit fdb8c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/modules/scripts/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ in
--text="Enter video URL" \
--title="MPV URL player" \
--ok-label="Play" |
${mpv}
xargs ${mpv}
'';

open-document =
Expand Down

0 comments on commit fdb8c3c

Please sign in to comment.