aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/tmux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/tmux.nix')
-rw-r--r--modules/home/tmux.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home/tmux.nix b/modules/home/tmux.nix
new file mode 100644
index 0000000..473ce5e
--- /dev/null
+++ b/modules/home/tmux.nix
@@ -0,0 +1,5 @@
+{ ... }:
+
+{
+ home.file.".tmux.conf".source = ../../tmux/.tmux.conf;
+}