From a2cbf737e78051c2cb10eeaf4a5dccc19d6348ba Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sat, 7 Oct 2023 01:33:26 +0200 Subject: first working --- profiles/core/hm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'profiles/core/hm.nix') diff --git a/profiles/core/hm.nix b/profiles/core/hm.nix index e1a29d6..5e56fed 100644 --- a/profiles/core/hm.nix +++ b/profiles/core/hm.nix @@ -1,7 +1,7 @@ -{inputs, config, lib, ...}: { +{inputs, config, lib, ...}: with lib; { imports = [ inputs.home-manager.nixosModules.default - (mkAliasOptionModule [ "hm" ] [ "home-manager" "users" my.username ]) + (mkAliasOptionModule [ "hm" ] [ "home-manager" "users" "mike" ]) ]; system.extraDependencies = collectFlakeInputs inputs.home-manager; -- cgit v1.2.3