From e8445768de29b7bef9d6fc0c8946970a6ea31c92 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 20 Jun 2022 01:40:00 +0200 Subject: Add overlay composing --- hosts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/default.nix b/hosts/default.nix index f6814c5..edac9b7 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -8,7 +8,7 @@ let overlays = [ nur.overlay (import ../packages) - (import ../overlays/base.nix) + (import ../overlays) ]; }; -- cgit 1.4.1