From fcf5583ef01adfd32647ef6906378ff925704752 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Thu, 25 Jan 2024 12:38:15 +0100 Subject: [PATCH] thor: Import anyrun home-manager module --- machines/thor/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/thor/home.nix b/machines/thor/home.nix index 78228b6..3ba957a 100644 --- a/machines/thor/home.nix +++ b/machines/thor/home.nix @@ -144,6 +144,7 @@ in imports = [ ../../modules/options + inputs.anyrun.nixosModules.home-manager ] ++ (map (mod: (../../home-manager/modules + "/${mod}")) (builtins.attrNames (builtins.readDir ../../home-manager/modules))); };