infrastructure/home/shell/tmux.nix

7 lines
75 B
Nix

{...}: {
programs.tmux = {
enable = true;
clock24 = true;
};
}