6 lines
55 B
Nix
6 lines
55 B
Nix
|
|
{...}: {
|
||
|
|
programs.tmux = {
|
||
|
|
enable = true;
|
||
|
|
};
|
||
|
|
}
|