Move neovim 0.5 overlay into separate file.
This commit is contained in:
parent
b526b0ccc4
commit
528ee71f8f
@ -13,10 +13,6 @@
|
||||
outputs = inputs@{ self, nixpkgs, neovim-overlay, utils, ... }: utils.lib.systemFlake {
|
||||
inherit self inputs;
|
||||
|
||||
sharedOverlays = [
|
||||
neovim-overlay.overlay
|
||||
];
|
||||
|
||||
channels.nixpkgs.input = nixpkgs;
|
||||
|
||||
hostDefaults = {
|
||||
|
@ -14,6 +14,7 @@
|
||||
./v4l2loopback.nix
|
||||
./huion.nix
|
||||
./spacenav.nix
|
||||
./nvim05.nix
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
5
nvim05.nix
Normal file
5
nvim05.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ config, inputs, ... }:
|
||||
|
||||
{
|
||||
config.nixpkgs.overlays = [ inputs.neovim-overlay.overlay ];
|
||||
}
|
@ -12,6 +12,7 @@
|
||||
./atmega.nix
|
||||
./v4l2loopback.nix
|
||||
./huion.nix
|
||||
./nvim05.nix
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
Loading…
Reference in New Issue
Block a user