diff --git a/common/home-manager/default.nix b/common/home-manager/default.nix index 6cb150d9..9c84e9dd 100644 --- a/common/home-manager/default.nix +++ b/common/home-manager/default.nix @@ -9,5 +9,7 @@ inherit inputs pubKeys; }; - users.lsanche = homes.lsanche; + users = { + inherit (homes) lsanche; + }; }