From e50d20e6222c2f68c7f761513a72803b70498cec Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 18 Oct 2023 19:21:02 +0000 Subject: [PATCH] testig HM as module - try 2 --- flake.nix | 2 -- hosts/common.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ac01091..fcb8537 100644 --- a/flake.nix +++ b/flake.nix @@ -121,8 +121,6 @@ specialArgs = { inherit inputs outputs lib; hostName = "StuPC";}; modules = [ ./hosts/StuPC-WSL - ./home-manager/users/sstent - ]; }; diff --git a/hosts/common.nix b/hosts/common.nix index 26d08a0..07f25b6 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -44,6 +44,7 @@ config = { sharedModules = [ inputs.sops-nix.homeManagerModules.sops ]; + users.stent = ../home-manager/users/sstent }; nixpkgs.config.allowUnfree = true;