From fc819dabcc66ae626930b3f78b2f7083e50c0b2e Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 31 Oct 2024 22:59:33 +0100 Subject: Move tmux out of HM and configure jump to use the same key as easymotion Signed-off-by: Mel --- modules/home/common.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'modules/home/common.nix') diff --git a/modules/home/common.nix b/modules/home/common.nix index 8e1a1c7..3d1c143 100644 --- a/modules/home/common.nix +++ b/modules/home/common.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { programs = { @@ -13,15 +13,6 @@ extraConfig.init.defaultBranch = "main"; }; - tmux = { - enable = true; - mouse = true; - keyMode = "vi"; - plugins = with pkgs.tmuxPlugins; [ - yank fpp open fuzzback - ]; - }; - fish = { enable = true; interactiveShellInit = '' -- cgit 1.4.1