terminal-recording: initial commit

This commit is contained in:
Serĉanto de Scio 2021-08-12 19:00:36 +10:00
parent 3679f62440
commit 1c77aa95ef
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -0,0 +1,13 @@
# Terminal recording tools and configuration
{ config, pkgs, lib, ... }:
{
environment.systemPackages = with pkgs; [
asciinema # Terminal session recorder
asciinema-scenario # Create asciinema videos from a text file
termtosvg # Record terminal sessions as SVG animations
];
}