From fc6cf6169868e60c189e4b243330c3717ff159f3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 26 May 2022 13:58:07 +0200 Subject: ... --- user-profiles/tmux/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user-profiles/tmux/default.nix') 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 @@ }); }; - # home.packages = [ - # (pkgs.tmuxp.override { python3Packages = pkgs.python37Packages; }) - # ]; + home.packages = [ + pkgs.tmuxp + ]; }; } -- cgit v1.2.3