From 671c9acdb9875584ec168913682963d06bd9c695 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 7 Feb 2025 18:34:37 -0800 Subject: migration: home-manager bash --- snowfall/modules/home/suites/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snowfall/modules/home/suites') diff --git a/snowfall/modules/home/suites/common/default.nix b/snowfall/modules/home/suites/common/default.nix index c40f903..a25f648 100644 --- a/snowfall/modules/home/suites/common/default.nix +++ b/snowfall/modules/home/suites/common/default.nix @@ -10,10 +10,10 @@ in { config = mkIf cfg.enable { cxl = { tools = { + bash.enable = true; vim.enable = true; git.enable = true; }; }; }; } - -- cgit v1.2.3