feat: use self packages for maximal

This commit is contained in:
NotAShelf 2023-03-31 05:27:01 +03:00
parent 2b6ff9e1a5
commit 7817e036dc
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