summary refs log tree commit diff stats
path: root/system/modules/programs/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/modules/programs/shell.nix')
-rw-r--r--system/modules/programs/shell.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/system/modules/programs/shell.nix b/system/modules/programs/shell.nix
deleted file mode 100644
index a8d4f56f..00000000
--- a/system/modules/programs/shell.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ config, pkgs, ... }:
-
-{ programs.zsh = {
-    enable = true;
-    promptInit = "";
-  };
-  programs.bash.enableCompletion = true;
-}