Added neovim to server config

This commit is contained in:
KoenDR06 2024-09-23 12:24:17 +02:00
parent c468c64e67
commit 8880d46d75

View file

@ -6,7 +6,9 @@
pkgs,
...
}: {
imports = [];
imports = [
./nvim/neovim.nix
];
nixpkgs = {
overlays = [