mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
[extra/media] replace youtube-dl with yt-dlp
This commit is contained in:
parent
2147a547a2
commit
216249ab8b
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
let
|
||||||
|
yt-dlp = pkgs.yt-dlp.override {
|
||||||
|
withAlias = true;
|
||||||
|
};
|
||||||
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
audacity
|
audacity
|
||||||
|
@ -19,6 +24,6 @@
|
||||||
projectm
|
projectm
|
||||||
shotwell
|
shotwell
|
||||||
soundkonverter
|
soundkonverter
|
||||||
youtube-dl
|
yt-dlp
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue