configuration.nix/home/laptop/programs/neovim/default.nix

6 lines
49 B
Nix

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