add youtube-dl

This commit is contained in:
Cyryl Płotnicki 2022-09-26 10:20:54 +01:00
parent 9fe23ea5a8
commit cc3531a883

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { { config, pkgs, inputs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
(pass.withExtensions (ext: [ (pass.withExtensions (ext: [
ext.pass-otp ext.pass-otp
@ -49,5 +49,7 @@
unzip unzip
wget wget
whois whois
inputs.nixpkgs-nixos-unstable.legacyPackages."x86_64-linux".youtube-dl
]; ];
} }