mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore(nixvim): test out nixvim
This commit is contained in:
parent
abb0a70771
commit
b9ca0de56b
5 changed files with 248 additions and 24 deletions
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
];
|
||||
extraSpecialArgs = {
|
||||
inherit minimal;
|
||||
inherit inputs minimal;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
nixpkgs.overlays = [
|
||||
inputs.microvm.overlay
|
||||
inputs.nixpkgs-wayland.overlay
|
||||
inputs.nixvim.overlays.default
|
||||
inputs.wired-notify.overlays.default
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue