summary refs log tree commit diff
path: root/modules/home
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/common.nix11
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 = ''