From a0181249755c2bbcece04ea69f3da65118e42a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 20 May 2025 18:15:23 +0200 Subject: [PATCH] tungsten: adapt configuration to new overlay --- nix/configurations/tungsten.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/nix/configurations/tungsten.nix b/nix/configurations/tungsten.nix index b47ead14..5fbbee95 100644 --- a/nix/configurations/tungsten.nix +++ b/nix/configurations/tungsten.nix @@ -31,9 +31,12 @@ in { nixpkgs = { hostPlatform = system; - overlays = map import [ - ../overlays - ../overlays/packages.nix + overlays = with (import ../overlays); [ + agenix + disko + nur + wired-notify + packages ]; # Set NIX_PATH and flake registry at the same time