infrastructure/home/shell/tmux.nix

9 lines
107 B
Nix

{pkgs, ...}: {
programs.tmux = {
enable = true;
package = pkgs.tmux;
clock24 = true;
};
}