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