version bump to 25.05

This commit is contained in:
alsaiduq-lab 2025-05-24 18:05:54 -06:00
parent b22792614e
commit f749641e68
22 changed files with 254 additions and 576 deletions

View file

@ -1,8 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
(ffmpeg.override {
withXcb = true;
withXlib = true;
})
ffmpeg_7-full
];
}