diff options
-rw-r--r-- | makefu/1systems/sdev/config.nix | 1 | ||||
-rw-r--r-- | makefu/1systems/tsp/config.nix | 1 | ||||
-rw-r--r-- | makefu/1systems/wbob/config.nix | 1 |
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> |