summaryrefslogtreecommitdiff
path: root/cli/asciinema/default.nix
blob: 750c52d24440e97b76a7f1e309a22eecd2f5fa9a (plain) (blame)
1
2
3
4
5
{ pkgs, ... }: {
  home.packages = with pkgs; [
    asciinema
  ];
}