aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites/common
diff options
context:
space:
mode:
Diffstat (limited to 'snowfall/modules/home/suites/common')
-rw-r--r--snowfall/modules/home/suites/common/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/modules/home/suites/common/default.nix b/snowfall/modules/home/suites/common/default.nix
index c4620ee..c40f903 100644
--- a/snowfall/modules/home/suites/common/default.nix
+++ b/snowfall/modules/home/suites/common/default.nix
@@ -10,6 +10,7 @@ in {
config = mkIf cfg.enable {
cxl = {
tools = {
+ vim.enable = true;
git.enable = true;
};
};