Removed ranger, configure yt-dlp

This commit is contained in:
2025-06-08 12:36:35 -04:00
parent 2d365c49ab
commit 053a6c744f

View File

@@ -121,8 +121,6 @@
programs.htop.enable = true;
programs.ranger.enable = true;
programs.rmpc = {
enable = true;
config = ''
@@ -169,7 +167,18 @@
programs.yt-dlp = {
enable = true;
settings = {
cookies-from-browser = "firefox";
write-description = true;
write-info-json = true;
embed-info-json = true;
embed-chapters = true;
embed-metadate = true;
write-subs = true;
embed-subs = true;
sub-langs = "en.*,ja";
write-thumbnail = true;
embed-thumbnail = true;
sponsorblock-mark = "all";
};
};