lixyvim/config/plugins/default.nix

7 lines
130 B
Nix
Raw Normal View History

2024-11-22 15:00:17 -08:00
{ ... }:
{
imports = with builtins;
map (fn: ./${fn})
(filter (fn: fn != "default.nix") (attrNames (readDir ./.)));
}