add nicer + tmuxbash
This commit is contained in:
13
pkgs/tmuxbash.nix
Normal file
13
pkgs/tmuxbash.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
tmux,
|
||||
bash,
|
||||
writeShellApplication,
|
||||
...
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "tmuxbash";
|
||||
text = ''
|
||||
${tmux}/bin/tmux
|
||||
${bash}/bin/bash
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user