fix(asciinema): Add websocat to asciinema package
This commit is contained in:
parent
644d47ff34
commit
450e34970c
1 changed files with 3 additions and 1 deletions
4
zsh.nix
4
zsh.nix
|
@ -170,7 +170,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
asciinema # Terminal recordings
|
asciinema # Terminal recording
|
||||||
|
websocat # For asciinema v2 streams
|
||||||
|
|
||||||
tldr
|
tldr
|
||||||
lsd
|
lsd
|
||||||
eza
|
eza
|
||||||
|
|
Loading…
Reference in a new issue