treewide: format with new nixfmt

This commit is contained in:
Gaetan Lepage 2025-07-25 18:16:52 +02:00
parent 73650a25e5
commit f6fb30d75b
34 changed files with 665 additions and 679 deletions

View file

@ -1186,12 +1186,10 @@ in
nested = true;
});
extraConfigLua =
(optionalString autoOpenEnabled openNvimTreeFunction)
+ ''
extraConfigLua = (optionalString autoOpenEnabled openNvimTreeFunction) + ''
require('nvim-tree').setup(${lib.nixvim.toLuaObject setupOptions})
'';
require('nvim-tree').setup(${lib.nixvim.toLuaObject setupOptions})
'';
dependencies.git.enable = lib.mkDefault true;
};