{ flake.modules.homeManager.base = { pkgs, ... }: { home.packages = with pkgs; [ tmux-sessionizer ]; }; }