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