vim config

This commit is contained in:
jopejoe1 2024-07-15 18:00:45 +02:00
parent 611796f02e
commit 189be0ee01
5 changed files with 27 additions and 0 deletions

7
modules/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./neovim
];
}