diff options
Diffstat (limited to 'snowfall/modules/home/suites/common/default.nix')
| -rw-r--r-- | snowfall/modules/home/suites/common/default.nix | 2 |
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; }; }; }; } - |