From bf4438e815cb40a1d808510bbe378ac9010574fb Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 14 Jul 2020 22:54:37 +0200 Subject: ma tsp.r: add home-manager source --- makefu/1systems/tsp/source.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'makefu/1systems/tsp') diff --git a/makefu/1systems/tsp/source.nix b/makefu/1systems/tsp/source.nix index 9abf503e2..afb05e296 100644 --- a/makefu/1systems/tsp/source.nix +++ b/makefu/1systems/tsp/source.nix @@ -2,4 +2,5 @@ name="tsp"; full = true; hw = true; + home-manager = true; } -- cgit v1.2.3 From 52d85f456bb4e320e860eb39c13ed8515b29287a Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 14 Jul 2020 23:09:49 +0200 Subject: ma tsp.r,wbob.r,sdev.r: include home-manager --- makefu/1systems/tsp/config.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'makefu/1systems/tsp') diff --git a/makefu/1systems/tsp/config.nix b/makefu/1systems/tsp/config.nix index bbfaebd44..7c65737f7 100644 --- a/makefu/1systems/tsp/config.nix +++ b/makefu/1systems/tsp/config.nix @@ -7,6 +7,7 @@ imports = [ # Include the results of the hardware scan. + # -- cgit v1.2.3