refactor!: use inputs directly instead of overlays
This commit is contained in:
parent
6ceddb1f94
commit
a3289ee611
5 changed files with 7 additions and 17 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, inputs, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
|
|
@ -21,7 +21,7 @@ in
|
|||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
withNodeJs = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue