neovim-flake/modules/neovim/default.nix

7 lines
49 B
Nix

{
imports = [
./init
./mappings
];
}