From cfe839359189190a811a78bd2a270ceb01fcca79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 25 May 2025 12:26:37 +0200 Subject: [PATCH] tungsten: update overlays --- nix/configurations/tungsten.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/nix/configurations/tungsten.nix b/nix/configurations/tungsten.nix index 5fbbee95..5b9f2ade 100644 --- a/nix/configurations/tungsten.nix +++ b/nix/configurations/tungsten.nix @@ -31,12 +31,14 @@ in { nixpkgs = { hostPlatform = system; - overlays = with (import ../overlays); [ - agenix - disko - nur - wired-notify - packages + overlays = map import [ + ../overlays/agenix.nix + ../overlays/disko.nix + ../overlays/nur.nix + ../overlays/wired-notify.nix + ../overlays/nix-tree.nix + + ../overlays/packages.nix ]; # Set NIX_PATH and flake registry at the same time