mediabox: add nvim overlay

This commit is contained in:
2024-04-09 14:20:54 +02:00
parent c21478e241
commit 21dc8dcd63

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 = {