docs: update package READMEs

This commit is contained in:
matt1432 2025-02-18 16:28:20 -05:00
parent 7b65696436
commit f696f043a4
5 changed files with 89 additions and 14 deletions
packages/gpu-screen-recorder

View file

@ -6,4 +6,9 @@
callPackage ./generic.nix {
pname = "gpu-screen-recorder";
inherit gpu-screen-recorder-src;
description = ''
Screen recorder that has minimal impact on system performance by recording
a window using the GPU only.
'';
}