This commit is contained in:
2024-03-02 10:15:48 +01:00
parent ca59bf727c
commit 175aa62fd9
3 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, config, ... }:
programs.neovim = {
enable = true;
}