summaryrefslogtreecommitdiff
path: root/user-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-04-10 22:22:27 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-04-10 22:22:27 +0200
commitb5146553030867cb6b3e2fb63286fb060214eaba (patch)
treeb87ed55dc9e9b782ca98a442db0b99f99cb53852 /user-profiles
parent2084863d352fd059ee0f6abfef7965beb6b9c74e (diff)
downloadnixos-b5146553030867cb6b3e2fb63286fb060214eaba.tar
nixos-b5146553030867cb6b3e2fb63286fb060214eaba.tar.gz
nixos-b5146553030867cb6b3e2fb63286fb060214eaba.tar.bz2
nixos-b5146553030867cb6b3e2fb63286fb060214eaba.tar.xz
nixos-b5146553030867cb6b3e2fb63286fb060214eaba.zip
...
Diffstat (limited to 'user-profiles')
-rw-r--r--user-profiles/yt-dlp.nix2
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"