Gpu-screen-recorder: Difference between revisions
m added to Category:Applications |
Change installation section to use the gpu-screen-recorder module |
||
| Line 17: | Line 17: | ||
== Installation == | == Installation == | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
programs.gpu-screen-recorder.enable = true; # For promptless recording on both CLI and GUI | |||
environment.systemPackages = with pkgs; [ | environment.systemPackages = with pkgs; [ | ||
gpu-screen-recorder-gtk # GUI app | |||
gpu-screen-recorder-gtk # GUI | |||
]; | ]; | ||
</syntaxhighlight> | </syntaxhighlight> | ||