dotfiles/homes/modules/tmux.nix
2025-10-24 23:39:00 +10:00

5 lines
55 B
Nix

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