revisions

This commit is contained in:
alsaiduq-lab 2025-10-07 00:52:19 -06:00
parent 005950d9ea
commit 08417f2299
21 changed files with 474 additions and 177 deletions

View file

@ -1,5 +1,6 @@
{pkgs, ...}: {
home.packages = [
pkgs.ffmpeg
home.packages = with pkgs; [
ffmpeg
wf-recorder
];
}