diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 05:46:50 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:47 -0700 |
| commit | 91012170228909732af9d1b3b6ad15e2f9f7953e (patch) | |
| tree | 716300a49796e9726c63e311c5dff34b5f44b93d /snowfall/modules/home/suites/common/default.nix | |
| parent | eb16a7d8d9a90e88a1ec8d5c65d91db021b4e1e1 (diff) | |
migration: vim config
Diffstat (limited to 'snowfall/modules/home/suites/common/default.nix')
| -rw-r--r-- | snowfall/modules/home/suites/common/default.nix | 1 |
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; }; }; |