nixos/overlays/default.nix

7 lines
71 B
Nix

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