nix-config/modules2/tmux/terminal.nix

4 lines
79 B
Nix
Raw Normal View History

2025-07-24 22:24:47 +01:00
{
flake.modules.homeManager.base.programs.tmux.terminal = "tmux-256color";
}