feat: use self packages for maximal

This commit is contained in:
NotAShelf 2023-03-31 05:27:01 +03:00
parent e1aa20e787
commit 5f1bd13da4
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -1,7 +1,8 @@
# Home Manager module
{
self,
config,
pkgs,
pkgs ? self.packages.default,
lib ? pkgs.lib,
...
}: let