summaryrefslogtreecommitdiff
path: root/user-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-10-24 22:25:41 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-10-24 22:25:41 +0200
commitaf57a62417baeaf52050a052311ff7b532979e60 (patch)
tree028eab301389f2141d122e8781f82ba9f9e87823 /user-profiles
parent52afe4037557d7100f4edaf0e5273ee36601e085 (diff)
downloadnixos-af57a62417baeaf52050a052311ff7b532979e60.tar
nixos-af57a62417baeaf52050a052311ff7b532979e60.tar.gz
nixos-af57a62417baeaf52050a052311ff7b532979e60.tar.bz2
nixos-af57a62417baeaf52050a052311ff7b532979e60.tar.xz
nixos-af57a62417baeaf52050a052311ff7b532979e60.zip
mpv: ...
Diffstat (limited to 'user-profiles')
-rw-r--r--user-profiles/mpv/default.nix1
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";