summaryrefslogtreecommitdiff
path: root/user-profiles/mpv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user-profiles/mpv/default.nix')
-rw-r--r--user-profiles/mpv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix
index 7c8fc603..065b44ac 100644
--- a/user-profiles/mpv/default.nix
+++ b/user-profiles/mpv/default.nix
@@ -54,6 +54,7 @@
54 } 54 }
55 ])}" 55 ])}"
56 ]; 56 ];
57 watch-later-options = lib.concatStringsSep "," [ "start" ];
57 }; 58 };
58 scripts = [ 59 scripts = [
59 (pkgs.stdenv.mkDerivation (sources.mpv-reload // rec { 60 (pkgs.stdenv.mkDerivation (sources.mpv-reload // rec {