6 lines
87 B
Nix
6 lines
87 B
Nix
{ user, home }:
|
|
{ ... }:
|
|
{
|
|
home-manager.users.${user}.programs.tmux.enable = true;
|
|
}
|