nixy/overlays: add nvim

This commit is contained in:
Asmir A 2024-03-16 11:22:01 +01:00
parent bea0ce89ad
commit 49687a41bc
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -5,6 +5,7 @@
nix-xilinx,
sops-nix,
system,
nvim,
zremap,
...
}: {
@ -112,7 +113,7 @@
time.timeZone = "Europe/Sarajevo";
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [nix-xilinx.overlay];
nixpkgs.overlays = [nix-xilinx.overlay nvim.overlays.${system}.overlay];
environment = {
extraInit = ''
unset -v SSH_ASKPASS