tungsten: update overlays

This commit is contained in:
Primrose 2025-05-25 12:26:37 +02:00
parent fb0fc8e911
commit cfe8393591
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -31,12 +31,14 @@ in
{ {
nixpkgs = { nixpkgs = {
hostPlatform = system; hostPlatform = system;
overlays = with (import ../overlays); [ overlays = map import [
agenix ../overlays/agenix.nix
disko ../overlays/disko.nix
nur ../overlays/nur.nix
wired-notify ../overlays/wired-notify.nix
packages ../overlays/nix-tree.nix
../overlays/packages.nix
]; ];
# Set NIX_PATH and flake registry at the same time # Set NIX_PATH and flake registry at the same time