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