feat: some tmux configuration
This commit is contained in:
parent
e3580500ac
commit
e2fab632ef
5 changed files with 23 additions and 4 deletions
10
modules/tmux.nix
Normal file
10
modules/tmux.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{...}:
|
||||
{
|
||||
home-manager.users.perver = {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
newSession = true;
|
||||
shell = "fish";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue