From 553d2d9aab4f7db8b4bd90d28a776c9470554493 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 22 Jun 2023 18:33:33 -0400 Subject: [PATCH] containers: Use overlays for packages This fixes an issue where packages did not use our overlays in the containers. --- setup.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.nix b/setup.nix index bfc46bf..2c13cf5 100644 --- a/setup.nix +++ b/setup.nix @@ -2,6 +2,7 @@ { imports = [ + ./overlays ./modules/fish.nix ./modules/fonts.nix ./modules/home-manager.nix