about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-05-30 21:18:11 +0100
committerdevhell <devhell@mailfresser.de>2020-05-30 21:18:11 +0100
commit25a81935a814faaf05504dd0dd063f8d45741280 (patch)
treefe6fc5ccbe36a1e6e418849d4d595ac409f81819 /modules
parent9ae9a034c2dd03e79f6b0078d8b8ac5fd2674453 (diff)
modules/base: Fix bash
I shouldn't be working today I think.
Diffstat (limited to 'modules')
-rw-r--r--modules/user/devhell/profiles/base.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index 238f08fc..3c1d5864 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -70,7 +70,6 @@ in {
         enableCompletion = true;
       };
       bash = {
-        enable = true;
         enableCompletion = true;
       };
       iftop = {