nixvim/config/default.nix

9 lines
128 B
Nix
Raw Normal View History

2024-12-13 18:31:00 -07:00
{
# Import all your configuration modules here
2024-12-13 19:01:54 -07:00
imports = [
./plugins.nix
./options.nix
./keymappings.nix
];
2024-12-13 18:31:00 -07:00
}