nixos/profiles/overlays: init

This commit is contained in:
Gabriel Arazas 2024-03-12 10:46:24 +08:00
parent c22b37f8e9
commit 4877a6074e
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

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);
}