Clean up nixvim code

This commit is contained in:
Isshi0417 2024-07-20 01:15:28 +09:00
parent 17e205f9c0
commit 21e0a104f5
2 changed files with 0 additions and 8 deletions

View File

@ -19,9 +19,6 @@
# NH # NH
../../modules/nh ../../modules/nh
# nixvim
../../modules/nixvim
# Gaming # Gaming
../../modules/gaming ../../modules/gaming

View File

@ -1,5 +0,0 @@
{ ... }:
{
programs.nixvim.enable = true;
}