diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-07 01:33:26 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-07 01:33:26 +0200 |
| commit | a2cbf737e78051c2cb10eeaf4a5dccc19d6348ba (patch) | |
| tree | f53ab92a0c94926e92117891eb87f19cafaa536c /profiles/core/hm.nix | |
| parent | cfaef26e8718916adcc68fbfb63b15f2389b2cd2 (diff) | |
first working
Diffstat (limited to 'profiles/core/hm.nix')
| -rw-r--r-- | profiles/core/hm.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
