lab/nix-dendritic-example/modules/tmux.nix

6 lines
79 B
Nix
Raw Normal View History

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