From 91ed5bd0a5453a90a6e2d33f9e8c6ecb16ae585d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 5 Aug 2019 09:38:38 +0200 Subject: [PATCH] tmux: move tmuxp to tmux config --- configs/default.nix | 1 - configs/tmux.nix | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/default.nix b/configs/default.nix index 8eeb88a..b73f040 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -387,7 +387,6 @@ fzf (pass.withExtensions (ext: [ext.pass-otp])) qrencode - tmuxp unstable.zola unstable.hugo wordnet diff --git a/configs/tmux.nix b/configs/tmux.nix index 41a6a7b..b28e34c 100644 --- a/configs/tmux.nix +++ b/configs/tmux.nix @@ -1,4 +1,7 @@ +{ pkgs, ... }: { + environment.systemPackages = [ pkgs.tmuxp ]; + programs.tmux = { enable = true; keyMode = "vi";