tungsten: adapt configuration to new overlay

This commit is contained in:
Primrose 2025-05-20 18:15:23 +02:00
parent 4979218e5e
commit a018124975
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

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