Support .tmux files as well as .tmux-sessionizer

This commit is contained in:
Oliver Davies 2025-03-26 00:00:00 +00:00
parent 40c8776e4b
commit fbe3867690
2 changed files with 16 additions and 0 deletions

View file

@ -21,6 +21,7 @@ stdenv.mkDerivation {
patches = [
./move-default-script.patch
./add-tmux-file.patch
./configure-directories.patch
];