From d6b720d6ac6301a8df4c75259228405528a6279a Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 18 Oct 2023 19:21:15 +0000 Subject: [PATCH] testig HM as module - try 2 --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index 07f25b6..6635380 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -44,7 +44,7 @@ config = { sharedModules = [ inputs.sops-nix.homeManagerModules.sops ]; - users.stent = ../home-manager/users/sstent + users.stent = ../home-manager/users/sstent; }; nixpkgs.config.allowUnfree = true;