poseidon: enable tmux program
This commit is contained in:
parent
8629db70e6
commit
0f7ee556ff
|
@ -54,7 +54,6 @@ in
|
|||
pinentry-curses
|
||||
ripgrep
|
||||
stow
|
||||
tmux
|
||||
vim
|
||||
wget
|
||||
];
|
||||
|
@ -69,6 +68,7 @@ in
|
|||
pinentryFlavor = "curses";
|
||||
};
|
||||
mosh.enable = true;
|
||||
tmux.enable = true;
|
||||
};
|
||||
|
||||
# List services that you want to enable:
|
||||
|
|
Loading…
Reference in a new issue