aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules/home/suites/common/default.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-07 05:46:50 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:47 -0700
commit91012170228909732af9d1b3b6ad15e2f9f7953e (patch)
tree716300a49796e9726c63e311c5dff34b5f44b93d /snowfall/modules/home/suites/common/default.nix
parenteb16a7d8d9a90e88a1ec8d5c65d91db021b4e1e1 (diff)
migration: vim config
Diffstat (limited to 'snowfall/modules/home/suites/common/default.nix')
-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;
};
};