diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml
index b0127a0..3f96b19 100644
--- a/.chezmoiexternal.toml
+++ b/.chezmoiexternal.toml
@@ -1,4 +1,4 @@
-[".tmux/plugins/tpm"]
+[".config/tmux/plugins/tpm"]
     type = "archive"
     url = "https://github.com/tmux-plugins/tpm/archive/master.tar.gz"
     exact = true
diff --git a/dot_tmux/README.md b/dot_config/tmux/README.md
similarity index 100%
rename from dot_tmux/README.md
rename to dot_config/tmux/README.md
diff --git a/dot_tmux/themes/alternate.tmux b/dot_config/tmux/themes/alternate.tmux
similarity index 100%
rename from dot_tmux/themes/alternate.tmux
rename to dot_config/tmux/themes/alternate.tmux
diff --git a/dot_tmux/themes/default.tmux b/dot_config/tmux/themes/default.tmux
similarity index 100%
rename from dot_tmux/themes/default.tmux
rename to dot_config/tmux/themes/default.tmux
diff --git a/dot_tmux/themes/material.tmux b/dot_config/tmux/themes/material.tmux
similarity index 100%
rename from dot_tmux/themes/material.tmux
rename to dot_config/tmux/themes/material.tmux
diff --git a/dot_tmux/themes/widecentered.tmux b/dot_config/tmux/themes/widecentered.tmux
similarity index 100%
rename from dot_tmux/themes/widecentered.tmux
rename to dot_config/tmux/themes/widecentered.tmux
diff --git a/dot_tmux.conf b/dot_config/tmux/tmux.conf
similarity index 98%
rename from dot_tmux.conf
rename to dot_config/tmux/tmux.conf
index d61d9bf..a94f2f9 100644
--- a/dot_tmux.conf
+++ b/dot_config/tmux/tmux.conf
@@ -94,4 +94,4 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
 set -g @plugin "arcticicestudio/nord-tmux"
 
 # Must be final line of tmux config
-run '~/.tmux/plugins/tpm/tpm'
+run "$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm"