mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
home-manager/profiles/overlays: init
This commit is contained in:
parent
e89e80516e
commit
659dc6addd
6
modules/home-manager/profiles/overlays.nix
Normal file
6
modules/home-manager/profiles/overlays.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# A module for specifically setting the nixpkgs instance with our own overlays.
|
||||||
|
{ lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
nixpkgs.overlays = lib.attrValues (import ../../../overlays);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user