From 675ea144ed4befd8ba7cb02556929c0215513f78 Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 18 Oct 2023 19:19:10 +0000 Subject: [PATCH] testig HM as module - try 2 --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index fcb8537..ac01091 100644 --- a/flake.nix +++ b/flake.nix @@ -121,6 +121,8 @@ specialArgs = { inherit inputs outputs lib; hostName = "StuPC";}; modules = [ ./hosts/StuPC-WSL + ./home-manager/users/sstent + ]; };