linuxware/programs/tmux/default.nix

9 lines
84 B
Nix
Raw Normal View History

2024-06-04 17:45:53 -03:00
{ pkgs, ... }:
{
programs.tmux = {
enable = true;
clock24 = true;
};
}