mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
feat: use self packages for maximal
This commit is contained in:
parent
e1aa20e787
commit
5f1bd13da4
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# Home Manager module
|
||||
{
|
||||
self,
|
||||
config,
|
||||
pkgs,
|
||||
pkgs ? self.packages.default,
|
||||
lib ? pkgs.lib,
|
||||
...
|
||||
}: let
|
||||
|
|
Loading…
Reference in a new issue