diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-04-10 22:22:27 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-04-10 22:22:27 +0200 |
commit | b5146553030867cb6b3e2fb63286fb060214eaba (patch) | |
tree | b87ed55dc9e9b782ca98a442db0b99f99cb53852 /user-profiles/yt-dlp.nix | |
parent | 2084863d352fd059ee0f6abfef7965beb6b9c74e (diff) | |
download | nixos-b5146553030867cb6b3e2fb63286fb060214eaba.tar nixos-b5146553030867cb6b3e2fb63286fb060214eaba.tar.gz nixos-b5146553030867cb6b3e2fb63286fb060214eaba.tar.bz2 nixos-b5146553030867cb6b3e2fb63286fb060214eaba.tar.xz nixos-b5146553030867cb6b3e2fb63286fb060214eaba.zip |
...
Diffstat (limited to 'user-profiles/yt-dlp.nix')
-rw-r--r-- | user-profiles/yt-dlp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix index a7f1ce3b..c7378716 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix | |||
@@ -3,7 +3,7 @@ | |||
3 | home-manager.users.${userName} = { | 3 | home-manager.users.${userName} = { |
4 | home.packages = with pkgs; [ yt-dlp ]; | 4 | home.packages = with pkgs; [ yt-dlp ]; |
5 | xdg.configFile."yt-dlp/config".text = '' | 5 | xdg.configFile."yt-dlp/config".text = '' |
6 | --netrc | 6 | --cookies-from-browser firefox |
7 | --mark-watched | 7 | --mark-watched |
8 | --format ${lib.concatStringsSep "/" [ | 8 | --format ${lib.concatStringsSep "/" [ |
9 | "bestvideo[width<=3840][height<=2160][fps<=60]+bestaudio" | 9 | "bestvideo[width<=3840][height<=2160][fps<=60]+bestaudio" |