Rename t to tmux-sessionizer
This matches ThePrimeagen's script that mine is based on and that I'll probably switch to in the future. I've added to the Nix store as custom-tmux-sessionizer so it doesn't conflict with the tmux-sessionzer packages that's already in the store.
This commit is contained in:
parent
5a9353ad17
commit
930473a896
9 changed files with 51 additions and 8 deletions
|
@ -2,6 +2,7 @@
|
|||
features = {
|
||||
cli = {
|
||||
direnv.enable = true;
|
||||
tmux-sessionizer.enable = true;
|
||||
};
|
||||
|
||||
desktop = {
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
cli = {
|
||||
bluetuith.enable = true;
|
||||
direnv.enable = true;
|
||||
tmux-sessionizer.enable = true;
|
||||
};
|
||||
|
||||
desktop = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue