lixyvim/config/default.nix

9 lines
132 B
Nix
Raw Normal View History

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