From 470dbe7cc6cf356b9a29d9cc9030a5656f7cd8c2 Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 15:37:17 -0400 Subject: [PATCH] Import home-manager as module --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ada0259..2cdaf01 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,7 @@ specialArgs = {inherit pkgs inputs;}; modules = [ (./hosts + "/${host}") + inputs.home-manager.nixosModules.home-manager ]; }); in {nixosConfigurations = lib.attrsets.genAttrs [ "Parzival-Mobile" ] ns;};