diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-06-20 20:49:57 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-06-20 20:49:57 -0700 |
| commit | 970fb13fccc14ecca832241433220c1ab58fbcd8 (patch) | |
| tree | 68bf119e7874631b2df6dc6494400fad30393a4e /modules/home/suites | |
| parent | d6409d34c41191491c4ec4bf9022db6264c10ea4 (diff) | |
nixvim: basic config
Diffstat (limited to 'modules/home/suites')
| -rw-r--r-- | modules/home/suites/dev/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/suites/dev/default.nix b/modules/home/suites/dev/default.nix index 3d54f9b..710f627 100644 --- a/modules/home/suites/dev/default.nix +++ b/modules/home/suites/dev/default.nix @@ -26,6 +26,7 @@ in { cloc.enable = true; tmux.enable = true; mkenv.enable = true; + neovim.enable = true; fork.enable = desktop.enable; }; }; |