nix-config/modules/tmux/enable.nix

4 lines
66 B
Nix
Raw Normal View History

2025-07-24 22:24:47 +01:00
{
flake.modules.homeManager.base.programs.tmux.enable = true;
}