From 17e059995ff63075f080907c6f04cf971a65557f Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 1 Dec 2025 15:30:47 +0100 Subject: [PATCH] chore: revert bash option --- modules/nixos/shells/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/nixos/shells/default.nix b/modules/nixos/shells/default.nix index 37afd9b..ea8f50d 100644 --- a/modules/nixos/shells/default.nix +++ b/modules/nixos/shells/default.nix @@ -1,5 +1,2 @@ {...}: { - config = { - programs.bash.enableCompletion = true; - }; }