summary refs log tree commit diff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-10-31 22:59:33 +0100
committerMel <einebeere@gmail.com>2024-10-31 22:59:33 +0100
commitfc819dabcc66ae626930b3f78b2f7083e50c0b2e (patch)
treecd5a6ea432eb6f814e2714fe5181fe8fca7c9495 /modules/common.nix
parent9832ed244f3f0393db6e2c2840003caee47beec6 (diff)
downloadminerals-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.nix2
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;