➕ (home) add tmux shell program
This commit is contained in:
parent
d0e0423744
commit
41bc639b36
8
home/shell/tmux.nix
Normal file
8
home/shell/tmux.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
programs.tmux = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.tmux;
|
||||||
|
|
||||||
|
clock24 = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue