diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-24 22:25:41 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-24 22:25:41 +0200 |
commit | af57a62417baeaf52050a052311ff7b532979e60 (patch) | |
tree | 028eab301389f2141d122e8781f82ba9f9e87823 /user-profiles/mpv | |
parent | 52afe4037557d7100f4edaf0e5273ee36601e085 (diff) | |
download | nixos-af57a62417baeaf52050a052311ff7b532979e60.tar nixos-af57a62417baeaf52050a052311ff7b532979e60.tar.gz nixos-af57a62417baeaf52050a052311ff7b532979e60.tar.bz2 nixos-af57a62417baeaf52050a052311ff7b532979e60.tar.xz nixos-af57a62417baeaf52050a052311ff7b532979e60.zip |
mpv: ...
Diffstat (limited to 'user-profiles/mpv')
-rw-r--r-- | user-profiles/mpv/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix index 0235d615..642eb004 100644 --- a/user-profiles/mpv/default.nix +++ b/user-profiles/mpv/default.nix | |||
@@ -15,7 +15,6 @@ | |||
15 | ytdl-raw-options = lib.concatStringsSep "," [ | 15 | ytdl-raw-options = lib.concatStringsSep "," [ |
16 | "netrc=" | 16 | "netrc=" |
17 | "mark-watched=" | 17 | "mark-watched=" |
18 | "cookies=${config.home-manager.users.${userName}.home.homeDirectory}/Downloads/cookies.txt" | ||
19 | ]; | 18 | ]; |
20 | sub = false; | 19 | sub = false; |
21 | osd-font = "DejaVu Sans"; | 20 | osd-font = "DejaVu Sans"; |