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