9 lines
152 B
Nix
9 lines
152 B
Nix
{
|
|
config = {
|
|
programs.tmux = { enable = false; };
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/tmux/tmux.conf
|
|
'';
|
|
};
|
|
}
|