mediabox: add nvim overlay

This commit is contained in:
Asmir A 2024-04-09 14:20:54 +02:00
parent c21478e241
commit 21dc8dcd63
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -8,6 +8,7 @@
sops-nix, sops-nix,
zremap, zremap,
system, system,
nvim,
... ...
}: { }: {
imports = []; imports = [];
@ -94,6 +95,7 @@
time.timeZone = "Europe/Sarajevo"; time.timeZone = "Europe/Sarajevo";
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [nvim.overlays.${system}.overlay];
environment = { environment = {
homeBinInPath = true; homeBinInPath = true;
variables = { variables = {