Files
shed/modules/sys/software/nixvim/default.nix

13 lines
110 B
Nix

{
config,
pkgs,
...
}: {
imports = [
./plugins
./options.nix
./keymaps.nix
./autocmd.nix
];
}