From 0c0090843a8f04e483282e2d405b0ef1fdb81c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 18 Aug 2019 11:17:41 +0200 Subject: [PATCH] move reptyr to tmux --- configs/tmux.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/tmux.nix b/configs/tmux.nix index b28e34c..7096864 100644 --- a/configs/tmux.nix +++ b/configs/tmux.nix @@ -1,6 +1,9 @@ { pkgs, ... }: { - environment.systemPackages = [ pkgs.tmuxp ]; + environment.systemPackages = [ + pkgs.tmuxp + pkgs.reptyr # move programs over to a tmux session + ]; programs.tmux = { enable = true;