nixos-config/packages/default.nix

5 lines
69 B
Nix

{ pkgs }:
{
tmux-thumbs = pkgs.callPackage ./tmux-thumbs.nix {};
}