5 lines
79 B
Nix
5 lines
79 B
Nix
{
|
|
flake.modules.homeManager.base = {
|
|
programs.tmux.enable = true;
|
|
};
|
|
}
|