nixy/overlays: add nvim
This commit is contained in:
parent
bea0ce89ad
commit
49687a41bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user