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