2024-11-22 03:27:48 +01:00
|
|
|
{pkgs, ...}: {
|
2024-11-20 10:26:23 +01:00
|
|
|
home.packages = with pkgs; [
|
|
|
|
# asciinema
|
|
|
|
asciinema # Terminal recording
|
|
|
|
asciinema-agg # Convert asciinema recordings
|
|
|
|
libnotify # Notifications
|
|
|
|
websocat # For asciinema v2 streams
|
|
|
|
# ^ asciinema
|
|
|
|
|
|
|
|
# useful dev/everyday tools
|
|
|
|
encfs
|
|
|
|
file
|
|
|
|
htop-vim
|
|
|
|
tldr
|
|
|
|
tree
|
|
|
|
# ^ useful dev/everyday tools
|
|
|
|
];
|
|
|
|
}
|