diff --git a/home-manager.nix b/home-manager.nix index f96b404..d59ec1f 100644 --- a/home-manager.nix +++ b/home-manager.nix @@ -17,6 +17,7 @@ in extraGroups = [ "networkmanager" "wheel" "docker" "scanner" "lp"]; packages = with pkgs; []; shell = pkgs.zsh; + hashedPassword = profile.hashed-password; }; home-manager.backupFileExtension = "bck.lck";