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

@ -7,4 +7,9 @@ callPackage ./generic.nix {
pname = "gsr-kms-server";
isKmsServer = true;
inherit gpu-screen-recorder-src;
description = ''
Small program giving safe KMS access to gpu-screen-recorder when recording a monitor.
This is the only part of gpu-screen-recorder that could require root permissions.
'';
}