11 lines
120 B
Nix
11 lines
120 B
Nix
{ ... }:
|
|
{
|
|
home-manager.users.alex = {
|
|
programs.tmux = {
|
|
enable = true;
|
|
|
|
baseIndex = 1;
|
|
};
|
|
};
|
|
}
|