refactor(nvim): move custom plugins to an overlay
This commit is contained in:
parent
6771dd33d4
commit
8a22a861d4
4 changed files with 87 additions and 72 deletions
7
configuration/shared/nixpkgs.nix
Normal file
7
configuration/shared/nixpkgs.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ }: {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
overlays = [ (import ./overlays.nix) ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue