mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 12:15:38 +00:00
replace youtube-dl with yt-dlp on macos
This commit is contained in:
parent
4eb0327a1b
commit
39fda67d6e
@ -53,6 +53,7 @@ inputs.darwin.lib.darwinSystem {
|
||||
_1password.enable = true;
|
||||
slack.enable = true;
|
||||
wezterm.enable = true;
|
||||
yt-dlp.enable = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
@ -19,7 +19,6 @@
|
||||
pkgs.visidata # CSV inspector
|
||||
pkgs.dos2unix # Convert Windows text files
|
||||
pkgs.inetutils # Includes telnet
|
||||
pkgs.youtube-dl # Convert web videos
|
||||
pkgs.pandoc # Convert text documents
|
||||
pkgs.mpd # TUI slideshows
|
||||
pkgs.mpv # Video player
|
||||
|
Loading…
Reference in New Issue
Block a user