Switch to yt-dlp

This commit is contained in:
Artemis Tosini 2022-06-28 00:06:42 +00:00
parent 8267540053
commit 44423c4f6e
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
3 changed files with 15 additions and 13 deletions

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1653937612, "lastModified": 1656169755,
"narHash": "sha256-HybwffYKOM3UwlY54ZVCZgX7o5xpp2KhbZyyOnvwFMo=", "narHash": "sha256-Nlnm4jeQWEGjYrE6hxi/7HYHjBSZ/E0RtjCYifnNsWk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "bda2c80b4c1a8d85c84c343a25ac7303fbc7999d", "rev": "4a3d01fb53f52ac83194081272795aa4612c2381",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1653463224, "lastModified": 1656241064,
"narHash": "sha256-bUxKhqZhki2vPzFTl8HOo1m7pagF7WzY1MZiso8U5ws=", "narHash": "sha256-+jWwBt515aFGukeX8WSafg9CM3Ju3FD0XrF+X4ph0mU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "39a7bfc496d2ddfce73fe9542af1f2029ba4fe39", "rev": "99e33a57149916ebede78ec13edd9ba310c10f2f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1653819559, "lastModified": 1656007306,
"narHash": "sha256-KzIZ1uaLR7vsBlcT0VWd8toFTC3yunSveNK+l2MQqrI=", "narHash": "sha256-MsC44YZ6wuBwn5Bu8T+RVoQWlp2l5BR6hhmNoAAHIEw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2a64cd672b2706fbca461870cc9ac708b49d9016", "rev": "ccf8bdf72624521358be6bb7d9b524c4cbcf7aff",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -54,11 +54,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1653845079, "lastModified": 1656239181,
"narHash": "sha256-7ghaQZ+7JXLI9FgNH8+RQHAt3/ubT92j8NtjZleP6t4=", "narHash": "sha256-wW1xRFBn376yGloXZ4QzBE4hjipMawpV18Lshd9QSPw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b62ada430501de88dfbb08cea4eb98ead3a5e3e7", "rev": "f2537a505d45c31fe5d9c27ea9829b6f4c4e6ac5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -18,6 +18,8 @@ in
audio-display = "no"; audio-display = "no";
audio-normalize-downmix = "yes"; audio-normalize-downmix = "yes";
replaygain = "track"; replaygain = "track";
script-opts-append = "ytdl_hook-ytdl_path=yt-dlp";
}; };
# Don't make this profile default since not all machines can handle it # Don't make this profile default since not all machines can handle it
profiles.gpu-hq = { profiles.gpu-hq = {

View file

@ -9,7 +9,7 @@
opusTools opusTools
pavucontrol pavucontrol
simple-scan simple-scan
youtube-dl yt-dlp
# Linux tools # Linux tools
dmidecode dmidecode