summaryrefslogtreecommitdiff
path: root/common/default.nix
diff options
context:
space:
mode:
authorbrustybee <beebeeb5k@gmail.com>2026-04-13 03:04:59 +0530
committerbrustybee <beebeeb5k@gmail.com>2026-04-13 03:04:59 +0530
commit1bb49481dbec223e68df4f60fa1d425525e16cff (patch)
tree66e87c01c39054b7abb51d04bfc50f63b201aaf4 /common/default.nix
parentf5b78ff561eff75c803ed1ef6e736a6c991cd135 (diff)
This is like that one dream you don't know how to describe
Diffstat (limited to 'common/default.nix')
-rw-r--r--common/default.nix2
1 files changed, 2 insertions, 0 deletions
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;
}