update: use unstable yt-dlp
This commit is contained in:
parent
aead1f4c94
commit
a064128e6e
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
];
|
];
|
||||||
down_meme = [
|
down_meme = [
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
yt-dlp
|
unstable.yt-dlp
|
||||||
libnotify
|
libnotify
|
||||||
];
|
];
|
||||||
wl-copy-file = [
|
wl-copy-file = [
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
down_meme
|
down_meme
|
||||||
yt-dlp
|
unstable.yt-dlp
|
||||||
ffmpeg
|
ffmpeg
|
||||||
obs-studio
|
obs-studio
|
||||||
imagemagick
|
imagemagick
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue