neo2005/config/default.nix

9 lines
74 B
Nix
Raw Normal View History

2024-12-10 07:38:15 +01:00
{
imports = [
./options.nix
./keymaps.nix
2024-12-12 18:55:51 +01:00
./plugins
2024-12-10 07:38:15 +01:00
];
}