dotfiles/homes/modules/tmux.nix

6 lines
55 B
Nix
Raw Normal View History

2025-10-24 23:39:00 +10:00
{...}: {
programs.tmux = {
enable = true;
};
}