home-manager/profiles/overlays: init

This commit is contained in:
Gabriel Arazas 2024-03-09 11:42:25 +08:00
parent e89e80516e
commit 659dc6addd
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -0,0 +1,6 @@
# A module for specifically setting the nixpkgs instance with our own overlays.
{ lib, ... }:
{
nixpkgs.overlays = lib.attrValues (import ../../../overlays);
}