From 1bb49481dbec223e68df4f60fa1d425525e16cff Mon Sep 17 00:00:00 2001 From: brustybee Date: Mon, 13 Apr 2026 03:04:59 +0530 Subject: This is like that one dream you don't know how to describe --- common/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/default.nix') diff --git a/common/default.nix b/common/default.nix index b93f439..90505c7 100644 --- a/common/default.nix +++ b/common/default.nix @@ -3,8 +3,10 @@ inputs: { imports = [ (lib.modules.importApply ./overlays { inherit inputs; }) + # (inputs.nixpkgs.lib.modules.importApply ./overlays { inherit inputs; }) (lib.modules.importApply ./modules { inherit inputs; }) ]; + flake.templates = import ./templates inputs; flake.homeModules.programs = import ./programs; } -- cgit v1.3.1