sail: configure missing overlay
This commit is contained in:
parent
c3f4613074
commit
6d3e820381
1 changed files with 2 additions and 0 deletions
|
@ -1,11 +1,13 @@
|
|||
{ nixpkgs, home-manager, ragenix, inputs, ... }:
|
||||
|
||||
let
|
||||
overlay-attic = inputs.attic.overlays.default;
|
||||
overlay-neovim = inputs.neovim-nightly-overlay.overlay;
|
||||
overlay-nifoc = inputs.nifoc-overlay.overlay;
|
||||
|
||||
nixpkgsConfig = {
|
||||
overlays = [
|
||||
overlay-attic
|
||||
overlay-neovim
|
||||
overlay-nifoc
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue