Rename custom-tmux-sessionizer

This commit is contained in:
Oliver Davies 2024-12-15 10:16:25 +00:00
parent 4185013014
commit 8e599c2ffd
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ pkgs }:
pkgs.writeShellApplication {
name = "custom-tmux-sessionizer";
name = "tmux-sessionizer";
runtimeInputs = with pkgs; [ tmux ];