From 05923bfa42d56b7e2776b85f1aa16f8834bee5c4 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 15 Feb 2024 21:57:52 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/bash.nix b/home-manager/common/software/cli/bash.nix index 131ab47f..e534cb36 100644 --- a/home-manager/common/software/cli/bash.nix +++ b/home-manager/common/software/cli/bash.nix @@ -30,7 +30,7 @@ ]; }; - bash = { + programs.bash = { enable = true; enableCompletion = true; initExtra = ''