summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/modules/programs/shell.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/modules/programs/shell.nix b/system/modules/programs/shell.nix
index 68fbfcc5..a8d4f56f 100644
--- a/system/modules/programs/shell.nix
+++ b/system/modules/programs/shell.nix
@@ -5,7 +5,4 @@
     promptInit = "";
   };
   programs.bash.enableCompletion = true;
-  programs.vim = pkgs.lib.attrsets.optionalAttrs pkgs.stdenv.isDarwin {
-    enable = true;
-  };
 }