1 changed files with 13 additions and 0 deletions
@ -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 |
|||
]; |
|||
|
|||
} |
Loading…
Reference in new issue