{ config, lib, ... }: with lib; { config = { programs.tmux = { enable = false; }; nmt.script = '' assertPathNotExists home-files/.config/tmux/tmux.conf ''; }; }