{ description = "Tmux config"; inputs = {}; outputs = { self, ... }: { hmModule = import ./tmux.nix; }; }