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/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/common.nix')
| -rw-r--r-- | modules/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix index a615491..290befd 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -6,6 +6,7 @@ ./user.nix ./locale.nix ./vim.nix + ./tmux.nix ./gnome.nix ./fonts.nix ./flatpak.nix @@ -45,7 +46,6 @@ virt-manager.enable = true; fish.enable = true; git.enable = true; - tmux.enable = true; adb.enable = true; |
