tmux-sessionizer: add self to home.packages

main
Zynh Ludwig 2024-08-03 02:48:46 -07:00
parent 90896ca0b3
commit 8662c4df19
1 changed files with 3 additions and 0 deletions

View File

@ -55,5 +55,8 @@ in
${tmux} switch-client -t "$selected_name" ${tmux} switch-client -t "$selected_name"
''); '');
home.packages = [
config.snowhawk.tmux.sessionizer.pkg
];
}; };
} }