diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-16 23:23:30 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-16 23:25:45 +0200 |
| commit | 623656882262442145cce9f375acfd8483ea4970 (patch) | |
| tree | 01a37f3d096f6fef36d3001be529e9bfc8858f05 /profiles/core/hm.nix | |
| parent | d885924961b3c4b3db76b78e603c0cc84ff88aae (diff) | |
use name from library
Diffstat (limited to 'profiles/core/hm.nix')
| -rw-r--r-- | profiles/core/hm.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/core/hm.nix b/profiles/core/hm.nix index 5e56fed..2d3d085 100644 --- a/profiles/core/hm.nix +++ b/profiles/core/hm.nix @@ -1,7 +1,7 @@ {inputs, config, lib, ...}: with lib; { imports = [ inputs.home-manager.nixosModules.default - (mkAliasOptionModule [ "hm" ] [ "home-manager" "users" "mike" ]) + (mkAliasOptionModule [ "hm" ] [ "home-manager" "users" ivi.username ]) ]; system.extraDependencies = collectFlakeInputs inputs.home-manager; |
