change files structure

This commit is contained in:
Frost-Phoenix 2024-04-06 14:02:42 +02:00
parent f3a6ce6554
commit 736048f9e5
24 changed files with 28 additions and 31 deletions

View file

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