aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites/common
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-07 18:34:37 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:47 -0700
commit671c9acdb9875584ec168913682963d06bd9c695 (patch)
treec432e0035e9243c52cdfbd788bd43b9f130fd6a6 /snowfall/modules/home/suites/common
parentc9becd28bf4c7acd30340512eb1cb1da105f9da7 (diff)
migration: home-manager bash
Diffstat (limited to 'snowfall/modules/home/suites/common')
-rw-r--r--snowfall/modules/home/suites/common/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
};
};
};
}
-