nixos-config/modules/nixvim/default.nix

7 lines
70 B
Nix

{
imports = [
./keyunmaps.nix
./plugins/firenvim.nix
];
}