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

5 lines
79 B
Nix

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