summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-07-14 23:09:49 +0200
committermakefu <github@syntax-fehler.de>2020-07-14 23:09:49 +0200
commit52d85f456bb4e320e860eb39c13ed8515b29287a (patch)
tree6a462879e1530d379d675df271dea29f16266701
parentbf4438e815cb40a1d808510bbe378ac9010574fb (diff)
ma tsp.r,wbob.r,sdev.r: include home-manager
-rw-r--r--makefu/1systems/sdev/config.nix1
-rw-r--r--makefu/1systems/tsp/config.nix1
-rw-r--r--makefu/1systems/wbob/config.nix1
3 files changed, 3 insertions, 0 deletions
diff --git a/makefu/1systems/sdev/config.nix b/makefu/1systems/sdev/config.nix
index 66f822c02..e3c59e181 100644
--- a/makefu/1systems/sdev/config.nix
+++ b/makefu/1systems/sdev/config.nix
@@ -5,6 +5,7 @@
imports =
[ # Include the results of the hardware scan.
<stockholm/makefu>
+ <stockholm/makefu/2configs/home-manager>
# <stockholm/makefu/2configs/hw/vbox-guest.nix> # broken since 2019-04-18
{ # until virtualbox-image is fixed
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.
<stockholm/makefu>
+ <stockholm/makefu/2configs/home-manager>
<stockholm/makefu/2configs/main-laptop.nix>
# <stockholm/makefu/2configs/tools/all.nix>
<stockholm/makefu/2configs/fs/single-partition-ext4.nix>
diff --git a/makefu/1systems/wbob/config.nix b/makefu/1systems/wbob/config.nix
index d8cf380e7..9d0c7af61 100644
--- a/makefu/1systems/wbob/config.nix
+++ b/makefu/1systems/wbob/config.nix
@@ -9,6 +9,7 @@ in {
imports =
[ # Include the results of the hardware scan.
<stockholm/makefu>
+ <stockholm/makefu/2configs/home-manager>
<stockholm/makefu/2configs/support-nixos.nix>
<stockholm/makefu/2configs/zsh-user.nix>
<stockholm/makefu/2configs/tools/core.nix>