diff options
| author | Mel <einebeere@gmail.com> | 2024-10-31 22:59:33 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-10-31 22:59:33 +0100 |
| commit | fc819dabcc66ae626930b3f78b2f7083e50c0b2e (patch) | |
| tree | cd5a6ea432eb6f814e2714fe5181fe8fca7c9495 /modules/home/common.nix | |
| parent | 9832ed244f3f0393db6e2c2840003caee47beec6 (diff) | |
| download | minerals-fc819dabcc66ae626930b3f78b2f7083e50c0b2e.tar.zst minerals-fc819dabcc66ae626930b3f78b2f7083e50c0b2e.zip | |
Move tmux out of HM and configure jump to use the same key as easymotion
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules/home/common.nix')
| -rw-r--r-- | modules/home/common.nix | 11 |
1 files changed, 1 insertions, 10 deletions
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 = '' |
