more stuff
This commit is contained in:
parent
42a0bf27e0
commit
fe34badada
24 changed files with 904 additions and 2343 deletions
|
|
@ -2,7 +2,8 @@
|
|||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
stylix.targets.tmux.enable = false;
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
|
|
@ -182,4 +183,16 @@
|
|||
bindkey -M viins '\es' sesh-sessions
|
||||
'';
|
||||
};
|
||||
|
||||
programs.nushell = {
|
||||
shellAliases = {
|
||||
tx = "sesh connect /home/${config.home.username}";
|
||||
ta = "tmux attach -t";
|
||||
tad = "tmux attach -d -t";
|
||||
ts = "tmux new-session -s";
|
||||
tl = "tmux list-sessions";
|
||||
tksv = "tmux kill-server";
|
||||
tkss = "tmux kill-session -t";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue