nix-config/modules2/tmux/enable.nix

3 lines
66 B
Nix

{
flake.modules.homeManager.base.programs.tmux.enable = true;
}