summaryrefslogtreecommitdiff
path: root/user-profiles/tmux/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user-profiles/tmux/default.nix')
-rw-r--r--user-profiles/tmux/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/user-profiles/tmux/default.nix b/user-profiles/tmux/default.nix
index 9e66cadd..4252c099 100644
--- a/user-profiles/tmux/default.nix
+++ b/user-profiles/tmux/default.nix
@@ -20,7 +20,10 @@
20 substituteAll $src $out 20 substituteAll $src $out
21 ''; 21 '';
22 }); 22 });
23 tmuxp.enable = true;
24 }; 23 };
24
25 # home.packages = [
26 # (pkgs.tmuxp.override { python3Packages = pkgs.python37Packages; })
27 # ];
25 }; 28 };
26} 29}