run nix fmt

This commit is contained in:
jopejoe1 2024-07-16 21:52:40 +02:00
parent 47f93f87a5
commit e24f78d5f5
4 changed files with 6 additions and 6 deletions

View file

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