download tweaks, - fooyin, flake updt, modules

This commit is contained in:
2024-11-01 17:53:27 -06:00
parent 5d7fb596d2
commit b43d2f5a31
6 changed files with 59 additions and 76 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, pkgsM }:
{ pkgs }:
_self: super: {
gnome = super.gnome.overrideScope (
_gFinal: gPrev: {
@@ -32,7 +32,6 @@ _self: super: {
"Agave"
];
};
inherit (pkgsM) gallery-dl yt-dlp;
handbrake = super.handbrake.override { useGtk = true; };
discord = super.discord.override { withOpenASAR = true; };
ripgrep = super.ripgrep.override { withPCRE2 = true; };