mediabox: add nvim overlay
This commit is contained in:
parent
c21478e241
commit
21dc8dcd63
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user