diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-22 14:48:24 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-22 14:48:24 +0200 |
commit | 567c22812fe1fbe525f1732661d253b3902710a9 (patch) | |
tree | b78ce8007f265ed9d542f7992beca14a12327dec /user-profiles/mpv/default.nix | |
parent | d88404d51a6acd082e9917467862105ff1266367 (diff) | |
download | nixos-567c22812fe1fbe525f1732661d253b3902710a9.tar nixos-567c22812fe1fbe525f1732661d253b3902710a9.tar.gz nixos-567c22812fe1fbe525f1732661d253b3902710a9.tar.bz2 nixos-567c22812fe1fbe525f1732661d253b3902710a9.tar.xz nixos-567c22812fe1fbe525f1732661d253b3902710a9.zip |
...
Diffstat (limited to 'user-profiles/mpv/default.nix')
-rw-r--r-- | user-profiles/mpv/default.nix | 1 |
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 { |