formatting

This commit is contained in:
Osman Faruk Bayram 2025-06-19 12:11:20 +03:00
parent b4db8de9b0
commit 6f1f0e6ea7
4 changed files with 24 additions and 24 deletions

View file

@ -1,6 +1,5 @@
{
plugins.avante = {
lazyLoad.settings.event = ["DeferredUIEnter"];
settings = {
provider = "claude";

View file

@ -1,5 +1,6 @@
{lib, ...}: {
imports = lib.mapAttrsToList (name: path: ./. + "/${name}")
imports =
lib.mapAttrsToList (name: _path: ./. + "/${name}")
(lib.filterAttrs (filename: kind:
filename != "default.nix" && (kind == "regular" || kind == "directory"))
(builtins.readDir ./.));