diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-04 08:35:52 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-04 08:35:52 +0200 |
commit | 14003a8016ef6572a85541010e8e0b955d4bc9cd (patch) | |
tree | fbb0cba33907fb0efceb7221cfa945d9bbffa20c /user-profiles/tmux/default.nix | |
parent | 5c899cc4ab800fcb2ff5c6eb5d5a89f9ad42aac4 (diff) | |
download | nixos-14003a8016ef6572a85541010e8e0b955d4bc9cd.tar nixos-14003a8016ef6572a85541010e8e0b955d4bc9cd.tar.gz nixos-14003a8016ef6572a85541010e8e0b955d4bc9cd.tar.bz2 nixos-14003a8016ef6572a85541010e8e0b955d4bc9cd.tar.xz nixos-14003a8016ef6572a85541010e8e0b955d4bc9cd.zip |
...
Diffstat (limited to 'user-profiles/tmux/default.nix')
-rw-r--r-- | user-profiles/tmux/default.nix | 5 |
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 | } |