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.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/user-profiles/tmux/default.nix b/user-profiles/tmux/default.nix
index 4252c099..11c53788 100644
--- a/user-profiles/tmux/default.nix
+++ b/user-profiles/tmux/default.nix
@@ -22,8 +22,8 @@
22 }); 22 });
23 }; 23 };
24 24
25 # home.packages = [ 25 home.packages = [
26 # (pkgs.tmuxp.override { python3Packages = pkgs.python37Packages; }) 26 pkgs.tmuxp
27 # ]; 27 ];
28 }; 28 };
29} 29}