test to swap channels

This commit is contained in:
2025-02-15 15:55:14 -06:00
parent 661189aa50
commit c4611b9041
4 changed files with 58 additions and 36 deletions

View File

@@ -34,7 +34,10 @@ _final: prev: {
]);
};
handbrake = prev.handbrake.override { useGtk = true; };
discord-ptb = prev.discord.override { withVencord = true; };
discord = prev.discord.override {
withVencord = true;
withOpenASAR = true;
};
ripgrep = prev.ripgrep.override { withPCRE2 = true; };
papirus-icon-theme = prev.papirus-icon-theme.override { color = "orange"; };
blender = pkgs11.blender.override { cudaSupport = true; };