nixos/overlays/default.nix

6 lines
47 B
Nix

{...}: {
imports = [
./neovim.nix
];
}